Skip to content

Commit 6a7d40f

Browse files
committed
add wheels for python 3.14
Change-Id: Ia69c9e728e38622d643752b61b0627b3baae5089
1 parent b9e3cac commit 6a7d40f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/create-wheels.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
# emulated wheels on linux take too much time, split wheels into multiple runs
2222
python:
2323
- "cp310-* cp311-*"
24-
- "cp312-* cp313-*"
25-
- "cp313t-*"
24+
- "cp312-* cp313-* cp314-*"
25+
- "cp313t-* cp314t-*"
2626
wheel_mode:
2727
- compiled
2828
os:
@@ -41,7 +41,7 @@ jobs:
4141
# create pure python build
4242
- os: ubuntu-22.04
4343
wheel_mode: pure-python
44-
python: "cp-313*"
44+
python: "cp-314*"
4545

4646
exclude:
4747
- os: "windows-2022"
@@ -94,7 +94,7 @@ jobs:
9494
- name: Set up Python for twine and pure-python wheel
9595
uses: actions/setup-python@v5
9696
with:
97-
python-version: "3.13"
97+
python-version: "3.14"
9898

9999
- name: Build pure-python wheel
100100
if: ${{ matrix.wheel_mode == 'pure-python' && runner.os == 'Linux' }}

0 commit comments

Comments
 (0)