Skip to content

Commit 4f21315

Browse files
committed
Fix manylinux workflow
1 parent 749da11 commit 4f21315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manylinux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-abi: [cp36-cp36m, cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310, cp311-cp311]
8+
python-abi: [cp38-cp38, cp39-cp39, cp310-cp310, cp311-cp311, cp312-cp312, cp313-cp313]
99
image:
1010
- manylinux2014_x86_64
1111
- manylinux_2_28_x86_64
12-
- musllinux_1_1_x86_64
12+
- musllinux_1_2_x86_64
1313
container: quay.io/pypa/${{ matrix.image }}
1414
steps:
1515
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)