Skip to content

Commit

Permalink
Add support for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Jegp committed Jan 6, 2025
1 parent ece0aba commit 0a26f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-*
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* cp313-*
CIBW_ARCHS_MACOS: "x86_64"
CIBW_BUILD_VERBOSITY: 1
CIBW_BEFORE_BUILD: bash .github/workflows/install_libcaer.sh
Expand Down

0 comments on commit 0a26f4f

Please sign in to comment.