Skip to content

Commit 7e9f4ab

Browse files
committed
Re-adding 3.12, 3.13, 3.14 builds
1 parent 0650c7b commit 7e9f4ab

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

.github/workflows/build_x86_linux_wheels.yml

Lines changed: 19 additions & 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"]
21+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2222
include:
2323
- python-version: "3.9"
2424
PYTHON_VERSION_CODE: cp39-cp39
@@ -40,6 +40,24 @@ jobs:
4040
PYTHON: /opt/python/cp311-cp311/bin/python3.11
4141
PYTHON_PATH: /opt/python/cp311-cp311/bin/
4242
PYTHON_INCLUDE: /opt/python/cp311-cp311/include/python3.11/
43+
- python-version: "3.12"
44+
PYTHON_VERSION_CODE: cp312-cp312
45+
PYTHON_VERSION_NUMBER: "3.12"
46+
PYTHON: /opt/python/cp312-cp312/bin/python3.12
47+
PYTHON_PATH: /opt/python/cp312-cp312/bin/
48+
PYTHON_INCLUDE: /opt/python/cp312-cp312/include/python3.12/
49+
- python-version: "3.13"
50+
PYTHON_VERSION_CODE: cp313-cp313
51+
PYTHON_VERSION_NUMBER: "3.13"
52+
PYTHON: /opt/python/cp313-cp313/bin/python3.13
53+
PYTHON_PATH: /opt/python/cp313-cp313/bin/
54+
PYTHON_INCLUDE: /opt/python/cp313-cp313/include/python3.13/
55+
- python-version: "3.14"
56+
PYTHON_VERSION_CODE: cp314-cp314
57+
PYTHON_VERSION_NUMBER: "3.14"
58+
PYTHON: /opt/python/cp314-cp314/bin/python3.14
59+
PYTHON_PATH: /opt/python/cp314-cp314/bin/
60+
PYTHON_INCLUDE: /opt/python/cp314-cp314/include/python3.14/
4361
steps:
4462
- name: Set up Node Version
4563
# Updated to v4 for latest features and security.

0 commit comments

Comments
 (0)