Skip to content

Commit 50c7c13

Browse files
committed
Bump python versions for CI.
1 parent 686eb94 commit 50c7c13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-latest, macos-latest]
23-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.10"]
23+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.11"]
2424
include:
2525
- os: windows-latest
2626
python-version: "3.11"
@@ -30,11 +30,11 @@ jobs:
3030
python-version: "3.13"
3131
exclude:
3232
- os: macos-latest
33-
python-version: 3.9
33+
python-version: 3.12
3434
- os: macos-latest
35-
python-version: 3.10
35+
python-version: 3.13
3636
- os: macos-latest
37-
python-version: "pypy3.10"
37+
python-version: "pypy3.11"
3838

3939

4040
steps:

0 commit comments

Comments
 (0)