Skip to content

Commit 856f1b6

Browse files
[ci] Add jobs for python 3.12-beta following its release
1 parent 2c10a85 commit 856f1b6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/primer-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
timeout-minutes: 5
3131
strategy:
3232
matrix:
33-
python-version: [3.8, 3.9, "3.10", "3.11"]
33+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12-dev"]
3434
outputs:
3535
python-key: ${{ steps.generate-python-key.outputs.key }}
3636
steps:
@@ -72,7 +72,7 @@ jobs:
7272
needs: prepare-tests-linux
7373
strategy:
7474
matrix:
75-
python-version: [3.8, 3.9, "3.10", "3.11"]
75+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12-dev"]
7676
steps:
7777
- name: Check out code from GitHub
7878
uses: actions/[email protected]

.github/workflows/primer_run_main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
timeout-minutes: 45
3030
strategy:
3131
matrix:
32-
python-version: ["3.8", "3.11"]
32+
python-version: ["3.8", "3.12-dev"]
3333
batches: [4]
3434
batchIdx: [0, 1, 2, 3]
3535
steps:

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
python-version: [3.8, 3.9, "3.10", "3.11"]
34+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12-dev"]
3535
outputs:
3636
python-key: ${{ steps.generate-python-key.outputs.key }}
3737
steps:
@@ -175,7 +175,7 @@ jobs:
175175
strategy:
176176
fail-fast: false
177177
matrix:
178-
python-version: [3.8, 3.9, "3.10", "3.11"]
178+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12-dev"]
179179
steps:
180180
- name: Set temp directory
181181
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV

0 commit comments

Comments
 (0)