Skip to content

Commit

Permalink
Remove the free-threaded wheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed Dec 22, 2024
1 parent 42be084 commit cf3e539
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13 3.13t'

This comment has been minimized.

Copy link
@egorsmkv

egorsmkv Dec 23, 2024

@LaurentMazare why have you removed it? Just curious...

This comment has been minimized.

Copy link
@LaurentMazare

LaurentMazare Dec 23, 2024

Author Member

It's currently not compatible with the numpy rust bindings that we use and so is blocked on PyO3/rust-numpy#471

args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13'
sccache: 'true'
container: messense/manylinux2014-cross:x86_64
docker-options: |
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13 3.13t'
args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13'
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand All @@ -91,7 +91,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13 3.13t'
args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13'
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cf3e539

Please sign in to comment.