Skip to content

Commit

Permalink
Re-enable 3.13t wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Dec 4, 2024
1 parent 9c7ac8c commit 257b301
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- { os: windows-latest, target: i686 }

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4

Expand All @@ -49,7 +48,7 @@ jobs:
target: ${{ matrix.target }}
manylinux: ${{ matrix.manylinux || 'auto' }}
# Keep in sync with tests.yml
args: --release --out dist --interpreter '3.13'
args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13 3.13t'
rust-toolchain: stable
docker-options: -e CI

Expand Down

0 comments on commit 257b301

Please sign in to comment.