We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d5b0f commit 70388a2Copy full SHA for 70388a2
1 file changed
.github/workflows/publish_testpypi.yml
@@ -12,7 +12,7 @@ jobs:
12
max-parallel: 2
13
matrix:
14
os: [ubuntu-latest, windows-latest, macos-latest]
15
- python_v: ['3.8', '3.9', '3.10', '']
+ python_v: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '']
16
# chrome_v: ['-1']
17
defaults:
18
run:
0 commit comments