Skip to content

Commit e9a7fc8

Browse files
Pierre-Sassoulasjacobtylerwalls
authored andcommitted
[ci] Add jobs for python 3.12-beta following its release
1 parent 25daf1b commit e9a7fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
strategy:
8282
fail-fast: false
8383
matrix:
84-
python-version: [3.8, 3.9, "3.10", "3.11"]
84+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12-dev"]
8585
outputs:
8686
python-key: ${{ steps.generate-python-key.outputs.key }}
8787
steps:
@@ -138,7 +138,7 @@ jobs:
138138
strategy:
139139
fail-fast: false
140140
matrix:
141-
python-version: [3.8, 3.9, "3.10", "3.11"]
141+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12-dev"]
142142
steps:
143143
- name: Set temp directory
144144
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV

0 commit comments

Comments
 (0)