Skip to content

Commit 4493e0a

Browse files
authored
[ci] Allow Python prerelease versions (#10557)
1 parent aa5adbf commit 4493e0a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [ubuntu-latest]
35-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14-dev"]
35+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
3636
include:
3737
- os: macos-latest
3838
python-version: "3.10"
@@ -51,6 +51,7 @@ jobs:
5151
uses: actions/[email protected]
5252
with:
5353
python-version: ${{ matrix.python-version }}
54+
allow-prereleases: true
5455
check-latest: true
5556
- name: Generate partial Python venv restore key
5657
id: generate-python-key
@@ -188,7 +189,7 @@ jobs:
188189
strategy:
189190
fail-fast: false
190191
matrix:
191-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14-dev"]
192+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
192193
steps:
193194
- name: Set temp directory
194195
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
@@ -202,6 +203,7 @@ jobs:
202203
with:
203204
python-version: ${{ matrix.python-version }}
204205
check-latest: true
206+
allow-prereleases: true
205207
- name: Generate partial Python venv restore key
206208
id: generate-python-key
207209
run: >-

0 commit comments

Comments
 (0)