From d244def6d545c2b9e62237a1425c5a35e866ec7b Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Thu, 29 Feb 2024 13:48:58 +0100 Subject: [PATCH] No Python 3.7 build on linux --- tests/build_pip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/build_pip.sh b/tests/build_pip.sh index 3635ad2c..0c620f56 100755 --- a/tests/build_pip.sh +++ b/tests/build_pip.sh @@ -8,7 +8,7 @@ export NETGEN_CCACHE=1 /opt/python/cp39-cp39/bin/python tests/fix_auditwheel_policy.py -for pyversion in 37 38 39 310 311 312 +for pyversion in 38 39 310 311 312 do export PYDIR="/opt/python/cp${pyversion}-cp${pyversion}/bin" echo $PYDIR