Skip to content

Commit 79f31b2

Browse files
Peter Stengerclaude
andcommitted
ci: build sdist on Python 3.14
The sdist build doesn't compile C (cibuildwheel handles that with its own Pythons), and the wheel is cp310-abi3, so the choice of Python here is just tooling. 3.14 is the latest stable. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7bfdda8 commit 79f31b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v6
2121
- uses: actions/setup-python@v6
2222
with:
23-
python-version: "3.11"
23+
python-version: "3.14"
2424
- run: pip install --upgrade build
2525
- run: python -m build --sdist
2626
- uses: actions/upload-artifact@v7

0 commit comments

Comments
 (0)