Skip to content

Commit 70388a2

Browse files
committed
Add more python versions to test in workflow
1 parent a0d5b0f commit 70388a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
max-parallel: 2
1313
matrix:
1414
os: [ubuntu-latest, windows-latest, macos-latest]
15-
python_v: ['3.8', '3.9', '3.10', '']
15+
python_v: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '']
1616
# chrome_v: ['-1']
1717
defaults:
1818
run:

0 commit comments

Comments
 (0)