From dabf31204cc2c5b4d28709e3fdbae3cb60f85911 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 23 May 2021 09:50:24 +0300 Subject: [PATCH] scripts: do not build py310 wheels There is no py310 cffi wheel yet. --- scripts/run_all.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/run_all.sh b/scripts/run_all.sh index ba51ffccc..89ff8a9f6 100755 --- a/scripts/run_all.sh +++ b/scripts/run_all.sh @@ -30,8 +30,6 @@ rm -f python3.8 ln -s /opt/python/cp38-cp38/bin/python3.8 rm -f python3.9 ln -s /opt/python/cp39-cp39/bin/python3.9 -rm -f python3.10 -ln -s /opt/python/cp310-cp310/bin/python3.10 popd pushd python @@ -45,7 +43,7 @@ mkdir -p $TOXWORKDIR # Note that the independent remote_tests_python step does all kinds of # live-testing already. unset DCC_NEW_TMP_EMAIL -tox --workdir "$TOXWORKDIR" -e py36,py37,py38,py39,py310,auditwheels +tox --workdir "$TOXWORKDIR" -e py36,py37,py38,py39,auditwheels popd