Skip to content

Commit a92487b

Browse files
Use 3.10 for Github actions (#1198)
* Use 3.10 for Github actions Co-authored-by: Marc Mueller <[email protected]> Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent 1437e73 commit a92487b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
runs-on: ubuntu-latest
120120
strategy:
121121
matrix:
122-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev]
122+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
123123
outputs:
124124
python-key: ${{ steps.generate-python-key.outputs.key }}
125125
steps:
@@ -163,7 +163,7 @@ jobs:
163163
strategy:
164164
fail-fast: false
165165
matrix:
166-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev]
166+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
167167
steps:
168168
- name: Check out code from GitHub
169169
uses: actions/[email protected]
@@ -244,7 +244,7 @@ jobs:
244244
runs-on: windows-latest
245245
strategy:
246246
matrix:
247-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev]
247+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
248248
outputs:
249249
python-key: ${{ steps.generate-python-key.outputs.key }}
250250
steps:
@@ -288,7 +288,7 @@ jobs:
288288
strategy:
289289
fail-fast: false
290290
matrix:
291-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev]
291+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
292292
steps:
293293
- name: Set temp directory
294294
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV

0 commit comments

Comments
 (0)