Skip to content

Commit 12c84fa

Browse files
committed
Update ci.yml
1 parent 3a087da commit 12c84fa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
fail-fast: false
5454
matrix:
55-
python-version: ["3.8", "pypy-3.10", "3.13", "3.14"]
55+
python-version: ["3.8", "pypy-3.10", "3.13", "3.14-beta.1"]
5656
runs-on: [ubuntu-latest, macos-13]
5757
cmake-version: ["3.15.x"]
5858

@@ -90,7 +90,7 @@ jobs:
9090
- python-version: "3.12"
9191
runs-on: windows-latest
9292
cmake-version: "3.26.x"
93-
- python-version: "3.14"
93+
- python-version: "3.14-beta.1"
9494
runs-on: windows-latest
9595
cmake-version: "4.0.x"
9696
- python-version: "3.13"
@@ -115,7 +115,6 @@ jobs:
115115
with:
116116
python-version: ${{ matrix.python-version }}
117117
allow-prereleases: true
118-
check-latest: ${{ matrix.python-version == '3.14' }}
119118

120119
- uses: astral-sh/setup-uv@v6
121120
if: matrix.python-version != 'pypy-3.8'

0 commit comments

Comments
 (0)