Skip to content

Commit c97dd3a

Browse files
committed
update manylinux
1 parent 20467ad commit c97dd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manylinux_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [ %for_each_version% ]; then
2626
for VERSION in 8 9 10 11 12; do
2727
maturin build --release --features "abi3 cli" --interpreter "python3.$VERSION" --compatibility manylinux_2_28
2828
done
29-
for VERSION in 9 10; do
29+
for VERSION in 11; do
3030
maturin build --release --features "abi3 cli" --interpreter "pypy3.$VERSION" --compatibility manylinux_2_28
3131
done
3232
fi

0 commit comments

Comments
 (0)