Skip to content

Commit d8f2003

Browse files
committed
Incrase super-testing py versions.
1 parent bc36245 commit d8f2003

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish_testpypi.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ on:
99
jobs:
1010
super-test:
1111
strategy:
12-
max-parallel: 2
12+
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest, windows-latest, macos-latest]
15-
python_v: ['3.9', '3.10', '3.11', '']
15+
python_v: [
16+
'3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t'
17+
]
1618
# chrome_v: ['-1']
1719
defaults:
1820
run:

0 commit comments

Comments
 (0)