Skip to content

Commit edc75cf

Browse files
Use 3.11 for Github actions
Closes #5920
1 parent 8df920b commit edc75cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python-version: [3.7, 3.8, 3.9, "3.10"]
24+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11-dev"]
2525
outputs:
2626
python-key: ${{ steps.generate-python-key.outputs.key }}
2727
steps:
@@ -174,7 +174,7 @@ jobs:
174174
strategy:
175175
fail-fast: false
176176
matrix:
177-
python-version: [3.7, 3.8, 3.9, "3.10"]
177+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11-dev"]
178178
steps:
179179
- name: Set temp directory
180180
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV

0 commit comments

Comments
 (0)