Skip to content

Commit 8554b15

Browse files
committed
Test more Python versions
1 parent 6daf210 commit 8554b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
max-parallel: 6
3131
matrix:
3232
os: [ubuntu-latest, macos-latest]
33-
python-version: ['3.10', '3.11']
33+
python-version: ['3.10', '3.11', '3.12', '3.13']
3434
test-tool: [pytest]
3535

3636
steps:

0 commit comments

Comments
 (0)