|
18 | 18 | # Fail-fast is set to false to ensure all Python versions are attempted even if one fails. |
19 | 19 | fail-fast: false |
20 | 20 | 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"] |
22 | 22 | include: |
23 | 23 | - python-version: "3.9" |
24 | 24 | PYTHON_VERSION_CODE: cp39-cp39 |
|
40 | 40 | PYTHON: /opt/python/cp311-cp311/bin/python3.11 |
41 | 41 | PYTHON_PATH: /opt/python/cp311-cp311/bin/ |
42 | 42 | 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/ |
43 | 61 | steps: |
44 | 62 | - name: Set up Node Version |
45 | 63 | # Updated to v4 for latest features and security. |
|
0 commit comments