Skip to content

Commit

Permalink
Stop publishing musllinux wheels for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Jun 20, 2024
1 parent 66e1676 commit 4c9cba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
target: ${{ matrix.target }}
manylinux: musllinux_1_2
args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12
args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12
sccache: true
- name: Install built wheel
if: matrix.target == 'x86_64-unknown-linux-musl'
Expand Down

0 comments on commit 4c9cba3

Please sign in to comment.