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 b9e3cac commit 6a7d40fCopy full SHA for 6a7d40f
1 file changed
.github/workflows/create-wheels.yaml
@@ -21,8 +21,8 @@ jobs:
21
# emulated wheels on linux take too much time, split wheels into multiple runs
22
python:
23
- "cp310-* cp311-*"
24
- - "cp312-* cp313-*"
25
- - "cp313t-*"
+ - "cp312-* cp313-* cp314-*"
+ - "cp313t-* cp314t-*"
26
wheel_mode:
27
- compiled
28
os:
@@ -41,7 +41,7 @@ jobs:
41
# create pure python build
42
- os: ubuntu-22.04
43
wheel_mode: pure-python
44
- python: "cp-313*"
+ python: "cp-314*"
45
46
exclude:
47
- os: "windows-2022"
@@ -94,7 +94,7 @@ jobs:
94
- name: Set up Python for twine and pure-python wheel
95
uses: actions/setup-python@v5
96
with:
97
- python-version: "3.13"
+ python-version: "3.14"
98
99
- name: Build pure-python wheel
100
if: ${{ matrix.wheel_mode == 'pure-python' && runner.os == 'Linux' }}
0 commit comments