Skip to content

Commit deb2cf6

Browse files
Build distribution wheels for Python 3.14 (#81)
Fixes #80
2 parents 3447c33 + a98e10b commit deb2cf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Build package
6262
env:
63-
CIBW_BUILD: "cp310* cp311* cp312* cp313*"
63+
CIBW_BUILD: "cp310* cp311* cp312* cp313* cp314*"
6464
CIBW_ARCHS: ${{ matrix.arch }}
6565
CIBW_SKIP: "*musllinux*"
6666
run: |

.github/workflows/stable-release-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Build package
6161
env:
62-
CIBW_BUILD: "cp310* cp311* cp312* cp313*"
62+
CIBW_BUILD: "cp310* cp311* cp312* cp313* cp314*"
6363
CIBW_ARCHS: ${{ matrix.arch }}
6464
CIBW_SKIP: "*musllinux*"
6565
run: |

0 commit comments

Comments
 (0)