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 7e9f4ab commit 98e4039Copy full SHA for 98e4039
.github/workflows/build_x86_linux_wheels.yml
@@ -18,7 +18,7 @@ jobs:
18
# Fail-fast is set to false to ensure all Python versions are attempted even if one fails.
19
fail-fast: false
20
matrix:
21
- python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
+ python-version: ["3.9", "3.10", "3.11", "3.12"]
22
include:
23
- python-version: "3.9"
24
PYTHON_VERSION_CODE: cp39-cp39
0 commit comments