Skip to content

Commit 269bfbb

Browse files
committed
Update ci.yml
1 parent c11fea9 commit 269bfbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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-beta.1"]
55+
python-version: ["3.8", "pypy-3.10", "3.13", "3.14"]
5656
runs-on: [ubuntu-latest, macos-14]
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-beta.1"
93+
- python-version: "3.14"
9494
runs-on: windows-latest
9595
cmake-version: "4.0.x"
9696
- python-version: "3.13"

0 commit comments

Comments
 (0)