Skip to content

Commit ccd8661

Browse files
committed
This fixes 138.
1 parent d65e7ad commit ccd8661

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
python-version: ["3.10", "3.11"]
32+
python-version: ["3.12", "3.13"]
3333
# lint with min & max supported versions
3434

3535
steps:
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
strategy:
5757
matrix:
58-
python-version: ["3.10", "3.11"]
58+
python-version: ["3.10", "3.11", "3.12", "3.13"]
5959

6060
steps:
6161
- uses: actions/checkout@v4
@@ -78,7 +78,7 @@ jobs:
7878
type-check:
7979
strategy:
8080
matrix:
81-
python-version: ["3.10", "3.11"]
81+
python-version: ["3.12", "3.13"]
8282

8383
runs-on: ubuntu-latest
8484
continue-on-error: true

0 commit comments

Comments
 (0)