Skip to content

Commit

Permalink
Merge pull request #4350 from pygame/old-pypy
Browse files Browse the repository at this point in the history
manylinux: Remove old pypy 3.7
  • Loading branch information
illume authored Sep 29, 2024
2 parents 8c4eb38 + 80644be commit 9961a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildconfig/manylinux-build/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e -x


if [[ "$1" == "buildpypy" ]]; then
export SUPPORTED_PYTHONS="cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312 pp37-pypy37_pp73 pp39-pypy39_pp73 pp38-pypy38_pp73"
export SUPPORTED_PYTHONS="cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312 pp39-pypy39_pp73 pp38-pypy38_pp73"
elif [[ "$1" == "buildpypy10" ]]; then
export SUPPORTED_PYTHONS="cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310"
else
Expand Down

0 comments on commit 9961a28

Please sign in to comment.