Skip to content

Commit 5bc4328

Browse files
committed
Do not build for py 3.14 for now (since cffi doesnt work)
1 parent 1dd5754 commit 5bc4328

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
- name: Build wheels
2525
uses: pypa/[email protected]
2626
env:
27-
CIBW_BUILD:
28-
"cp39-* cp310-* cp311-* cp312-* cp313-* cp314-* pp310-* pp311-*"
27+
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-* pp310-* pp311-*"
2928
with:
3029
package-dir: "$SDIST_PATH"
3130

0 commit comments

Comments
 (0)