We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20467ad commit c97dd3aCopy full SHA for c97dd3a
.github/workflows/manylinux_build.sh
@@ -26,7 +26,7 @@ if [ %for_each_version% ]; then
26
for VERSION in 8 9 10 11 12; do
27
maturin build --release --features "abi3 cli" --interpreter "python3.$VERSION" --compatibility manylinux_2_28
28
done
29
- for VERSION in 9 10; do
+ for VERSION in 11; do
30
maturin build --release --features "abi3 cli" --interpreter "pypy3.$VERSION" --compatibility manylinux_2_28
31
32
fi
0 commit comments