Skip to content

Commit

Permalink
build python 3.13 wheels (#62)
Browse files Browse the repository at this point in the history
* try to build 3.13 on linux

* Update wheels.yml
  • Loading branch information
shapiromatron authored Sep 23, 2024
1 parent 522c817 commit 4d65678
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
python-version: "3.12"
- name: Show wheels that will be built
run: |
python -m pip install cibuildwheel==2.18.1
python -m pip install cibuildwheel==2.20.1
cibuildwheel --print-build-identifiers
- name: Build wheels
uses: pypa/cibuildwheel@v2.18.1
uses: pypa/cibuildwheel@v2.20.1
env:
MACOSX_DEPLOYMENT_TARGET: "14.0"
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
archs = ["auto64"]
build = ["cp311-*", "cp312-*"]
build = ["cp311-*", "cp312-*", "cp313-*"]
skip = [
"*-win32",
"*-win_arm64",
Expand Down

0 comments on commit 4d65678

Please sign in to comment.