Skip to content

Commit 37dfafb

Browse files
committed
more Py versions
1 parent 0dc930f commit 37dfafb

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: run tests
1717
strategy:
1818
matrix:
19-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
19+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
@@ -34,12 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
python-version:
38-
- '3.9'
39-
- '3.10'
40-
- '3.11'
41-
- '3.12'
42-
- '3.13'
37+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
4338
steps:
4439
- name: checkout code
4540
uses: actions/checkout@v4

0 commit comments

Comments
 (0)