Skip to content

Commit

Permalink
Build python 3.13 wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Dec 19, 2024
1 parent 7528f3b commit cd3ba78
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ jobs:
CIBW_ENVIRONMENT: POOCH_BASE_URL=https://github.com/${{ github.repository }}/raw/${{ github.ref_name }}/rsciio/tests/data/
CIBW_TEST_COMMAND: "pytest --pyargs rsciio"
CIBW_TEST_EXTRAS: "tests"
# Skip testing arm64 builds with python 3.8
CIBW_TEST_SKIP: "cp38-macosx_arm64"
# No need to build wheels for pypy because the pure python wheels can be used
# PyPy documentation recommends no to build the C extension
# CPython 3.13 not supported yet because of pint
CIBW_SKIP: "{pp*,cp313*,*-musllinux*,*win32,*-manylinux_i686}"
CIBW_SKIP: "{pp*,*-musllinux*,*win32,*-manylinux_i686}"
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit cd3ba78

Please sign in to comment.