Skip to content

Commit 98e4039

Browse files
committed
Downgrading to 3.9 - 3.12
1 parent 7e9f4ab commit 98e4039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_x86_linux_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Fail-fast is set to false to ensure all Python versions are attempted even if one fails.
1919
fail-fast: false
2020
matrix:
21-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
21+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2222
include:
2323
- python-version: "3.9"
2424
PYTHON_VERSION_CODE: cp39-cp39

0 commit comments

Comments
 (0)