Skip to content

Commit 64362b7

Browse files
Transurgeonclaude
andcommitted
Drop Python 3.14 from wheel builds
cibuildwheel 2.22.0 does not yet support cp314 build identifiers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 43747b9 commit 64362b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ ubuntu-22.04, macos-14, windows-2022 ]
24-
python-version: [ "3.11", "3.12", "3.13", "3.14" ]
24+
python-version: [ "3.11", "3.12", "3.13" ]
2525

2626
env:
2727
PYTHON_VERSION: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)