Skip to content

Commit

Permalink
Add Python 3.13, Remove 3.95 on the CI
Browse files Browse the repository at this point in the history
It seems like for arm64 python3.13 is not available in the CI so this will have to wait
  • Loading branch information
tmontaigu committed Oct 8, 2024
1 parent e61ee30 commit aa419e8
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 @@ -141,7 +141,7 @@ jobs:
args: --release --out dist --interpreter python${{ matrix.python.version }}

- name: Build wheels
if: matrix.target == 'aarch64'
if: matrix.target == 'aarch64' && matrix.python.version != '3.13'
uses: messense/maturin-action@v1
env:
PYO3_CROSS_LIB_DIR: '${{ matrix.python.PYO3_CROSS_LIB_DIR }}'
Expand Down

0 comments on commit aa419e8

Please sign in to comment.