Build Python 3.7 package

This commit is contained in:
Matthias Hochsteger 2024-02-29 13:42:13 +01:00
parent f9820953be
commit caae0192f7
2 changed files with 2 additions and 1 deletions

View File

@ -279,6 +279,7 @@ pip_windows:
- pip
- windows
script:
- .\tests\build_pip.ps1 C:\Python37
- .\tests\build_pip.ps1 C:\Python38
- .\tests\build_pip.ps1 C:\Python39
- .\tests\build_pip.ps1 C:\Python310

View File

@ -8,7 +8,7 @@ export NETGEN_CCACHE=1
/opt/python/cp39-cp39/bin/python tests/fix_auditwheel_policy.py
for pyversion in 38 39 310 311 312
for pyversion in 37 38 39 310 311 312
do
export PYDIR="/opt/python/cp${pyversion}-cp${pyversion}/bin"
echo $PYDIR