We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11fea9 commit 269bfbbCopy full SHA for 269bfbb
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
strategy:
53
fail-fast: false
54
matrix:
55
- python-version: ["3.8", "pypy-3.10", "3.13", "3.14-beta.1"]
+ python-version: ["3.8", "pypy-3.10", "3.13", "3.14"]
56
runs-on: [ubuntu-latest, macos-14]
57
cmake-version: ["3.15.x"]
58
@@ -90,7 +90,7 @@ jobs:
90
- python-version: "3.12"
91
runs-on: windows-latest
92
cmake-version: "3.26.x"
93
- - python-version: "3.14-beta.1"
+ - python-version: "3.14"
94
95
cmake-version: "4.0.x"
96
- python-version: "3.13"
0 commit comments