Skip to content

Commit

Permalink
Add wheels for py3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Giguere committed Dec 19, 2024
1 parent fda0c40 commit 09feaa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
env:
# Set up wheels matrix. This is CPython 3.10--3.12 for all OS targets.
CIBW_BUILD: "cp3{10,11,12}-*"
CIBW_BUILD: "cp3{10,11,12,13}-*"
# Numpy and SciPy do not supply wheels for i686 or win32 for
# Python 3.10+, so we skip those:
CIBW_SKIP: "*-musllinux* *-manylinux_i686 *-win32"
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
- name: Check wheels
run: |
ls -R wheels
if ! [[ $(ls wheels/*.whl | wc -l) == 9 ]]; then exit 1; fi
if ! [[ $(ls wheels/*.whl | wc -l) == 16 ]]; then exit 1; fi
if ! ls wheels/*.tar.gz 1> /dev/null 2>&1; then exit 1; fi
if ! ls wheels/*.zip 1> /dev/null 2>&1; then exit 1; fi
Expand Down

0 comments on commit 09feaa1

Please sign in to comment.