Skip to content

Commit 941c04b

Browse files
[ci] Start testing on python 3.14-beta
1 parent 2408316 commit 941c04b

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.9, "3.10", "3.11", "3.12", "3.13"]
84+
python-version: [3.9, "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
8585
outputs:
8686
python-key: ${{ steps.generate-python-key.outputs.key }}
8787
steps:
@@ -139,7 +139,7 @@ jobs:
139139
strategy:
140140
fail-fast: false
141141
matrix:
142-
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
142+
python-version: [3.9, "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
143143
steps:
144144
- name: Set temp directory
145145
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV

0 commit comments

Comments
 (0)