Skip to content

Commit cfa090c

Browse files
authored
CI: Start testing on Python 3.13 (#910)
1 parent 13de53c commit cfa090c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,18 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [ubuntu-latest, windows-latest, macos-latest]
27-
python-version: ["3.8", "3.12"]
27+
python-version: ["3.8", "3.13"]
2828
include:
29-
- os: windows-latest
30-
python-version: "3.9"
3129
- os: ubuntu-latest
32-
python-version: "pypy-3.8"
30+
python-version: "3.9"
3331
- os: ubuntu-latest
3432
python-version: "3.10"
35-
- os: macos-latest
33+
- os: ubuntu-latest
3634
python-version: "3.11"
35+
- os: ubuntu-latest
36+
python-version: "3.12"
37+
- os: ubuntu-latest
38+
python-version: "pypy-3.10"
3739

3840
steps:
3941
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)