Build pip only for 3.12 for testing purposes

This commit is contained in:
Matthias Hochsteger 2024-05-07 22:20:49 +02:00
parent b2ef22539c
commit b7a3eb5a2b
2 changed files with 1 additions and 10 deletions

View File

@ -285,11 +285,6 @@ pip_windows:
- pip - pip
- windows - windows
script: 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
- .\tests\build_pip.ps1 C:\Python311
- .\tests\build_pip.ps1 C:\Python312 - .\tests\build_pip.ps1 C:\Python312
when: manual when: manual
@ -300,9 +295,5 @@ pip_macos:
- macosx - macosx
- m1 - m1
script: script:
- ./tests/build_pip_mac.sh 3.8
- ./tests/build_pip_mac.sh 3.9
- ./tests/build_pip_mac.sh 3.10
- ./tests/build_pip_mac.sh 3.11
- ./tests/build_pip_mac.sh 3.12 - ./tests/build_pip_mac.sh 3.12
when: manual when: manual

View File

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