Skip to content

Commit 383f2a2

Browse files
committed
CI: Remove Python 3.14 from wheel building
Keep Python 3.14 in testing but exclude from wheel builds until it's more stable for production use.
1 parent a8ed5e2 commit 383f2a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: python -m cibuildwheel --output-dir wheelhouse
2323
env:
2424
CIBW_BUILD_VERBOSITY: 1
25-
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-* cp314-*"
25+
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-*"
2626
CIBW_ARCHS_MACOS: "x86_64 arm64"
2727
CIBW_SKIP: "pp3*"
2828
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)