Skip to content

Commit

Permalink
Enable all
Browse files Browse the repository at this point in the history
  • Loading branch information
mxamin committed Apr 5, 2024
1 parent a61fdc2 commit 1f7ee39
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,13 @@ jobs:
# https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.39.tar.xz
strategy:
matrix:
# python-abi: [cp36-cp36m, cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310, cp311-cp311]
python-abi: [cp36-cp36m, cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310, cp311-cp311]
# python-abi: [cp39-cp39, cp310-cp310]
python-abi: [cp39-cp39]
# python-abi: [cp39-cp39]
image:
# - manylinux2014_x86_64
# - manylinux_2_28_x86_64
# - manylinux2010_x86_64
# - manylinux_2_24_x86_64
- manylinux2014_x86_64
- manylinux_2_28_x86_64
- musllinux_1_1_x86_64
# exclude:
# - image: manylinux2010_x86_64
# python-abi: cp311-cp311
# - image: manylinux2010_i686
# python-abi: cp311-cp311
container: quay.io/pypa/${{ matrix.image }}
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 1f7ee39

Please sign in to comment.