Skip to content

Commit 6299e36

Browse files
committed
Merge branch 'master' into python-3.7-to-3.10
2 parents 99c838e + 0bca624 commit 6299e36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

admin-tools/make-dist-3.7-3.10.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ for pyversion in $PYVERSIONS; do
3030
if ! pyenv local $pyversion ; then
3131
exit $?
3232
fi
33+
if [[ ${pyversion:0:6} == "pyston" ]] ; then
34+
echo "$pyversion - Pyston does not get special packaging"
35+
continue
36+
fi
3337
# pip bdist_egg create too-general wheels. So
3438
# we narrow that by moving the generated wheel.
3539

0 commit comments

Comments
 (0)