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 d47bf81 commit 2448cadCopy full SHA for 2448cad
.github/workflows/ci.yml
@@ -90,9 +90,10 @@ jobs:
90
- python-version: "3.12"
91
runs-on: windows-latest
92
cmake-version: "3.26.x"
93
- - python-version: "3.14"
94
- runs-on: windows-latest
95
- cmake-version: "4.0.x"
+ # TODO: CMake doesn't work with beta 1 on Windows
+ # - python-version: "3.14"
+ # runs-on: windows-latest
96
+ # cmake-version: "4.0.x"
97
- python-version: "3.13"
98
99
0 commit comments