Skip to content

Commit d378455

Browse files
authored
MAJ pythonpackages.yml pour Python 3.10 (suite)
1 parent 190aca4 commit d378455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77

88
runs-on: ubuntu-latest
99
strategy:
10-
max-parallel: 4
10+
max-parallel: 6
1111
matrix:
12-
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10]
12+
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, "3.10"]
1313

1414
steps:
1515
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)