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 8de1412 commit a1b0669
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ 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"
# Skip testing on python 3.13 until traits wheel are not available for python 3.13
CIBW_TEST_SKIP: "cp313*"
# 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 a1b0669

Please sign in to comment.