Skip to content

Commit 9a8ae13

Browse files
Use 3.11 for Github actions
Closes #5920
1 parent 480eae6 commit 9a8ae13

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/primer-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
timeout-minutes: 5
2828
strategy:
2929
matrix:
30-
python-version: [3.8, 3.9, "3.10"]
30+
python-version: [3.8, 3.9, "3.10", "3.11-dev"]
3131
outputs:
3232
python-key: ${{ steps.generate-python-key.outputs.key }}
3333
steps:
@@ -69,7 +69,7 @@ jobs:
6969
needs: prepare-tests-linux
7070
strategy:
7171
matrix:
72-
python-version: [3.8, 3.9, "3.10"]
72+
python-version: [3.8, 3.9, "3.10", "3.11-dev"]
7373
steps:
7474
- name: Check out code from GitHub
7575
uses: actions/checkout@v3.0.2
@@ -104,7 +104,7 @@ jobs:
104104
needs: prepare-tests-linux
105105
strategy:
106106
matrix:
107-
python-version: [3.8, 3.9, "3.10"]
107+
python-version: [3.8, 3.9, "3.10", "3.11-dev"]
108108
steps:
109109
- name: Check out code from GitHub
110110
uses: actions/checkout@v3.0.2

.github/workflows/primer_comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: python
3535
uses: actions/setup-python@v4.0.0
3636
with:
37-
python-version: "3.10"
37+
python-version: "3.11-dev"
3838

3939
# Restore cached Python environment
4040
- name: Generate partial Python venv restore key

.github/workflows/primer_run_main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
timeout-minutes: 45
2525
strategy:
2626
matrix:
27-
python-version: ["3.7", "3.10"]
27+
python-version: ["3.7", "3.11-dev"]
2828
steps:
2929
- name: Check out code from GitHub
3030
uses: actions/checkout@v3.0.2

.github/workflows/primer_run_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
timeout-minutes: 120
3434
strategy:
3535
matrix:
36-
python-version: ["3.7", "3.10"]
36+
python-version: ["3.7", "3.11-dev"]
3737
steps:
3838
- name: Check out code from GitHub
3939
uses: actions/checkout@v3.0.2

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
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)