Don't build for Python 3.8 anymore

This commit is contained in:
Matthias Hochsteger 2024-10-16 10:26:53 +02:00
parent 141af42887
commit db9aaef220
2 changed files with 1 additions and 3 deletions

View File

@ -302,7 +302,6 @@ pip_windows:
- .\tests\build_pip.ps1 C:\Python311 - .\tests\build_pip.ps1 C:\Python311
- .\tests\build_pip.ps1 C:\Python310 - .\tests\build_pip.ps1 C:\Python310
- .\tests\build_pip.ps1 C:\Python39 - .\tests\build_pip.ps1 C:\Python39
- .\tests\build_pip.ps1 C:\Python38
when: manual when: manual
pip_macos: pip_macos:
@ -317,5 +316,4 @@ pip_macos:
- ./tests/build_pip_mac.sh 3.11 - ./tests/build_pip_mac.sh 3.11
- ./tests/build_pip_mac.sh 3.10 - ./tests/build_pip_mac.sh 3.10
- ./tests/build_pip_mac.sh 3.9 - ./tests/build_pip_mac.sh 3.9
- ./tests/build_pip_mac.sh 3.8
when: manual when: manual

View File

@ -13,7 +13,7 @@ dnf -y install ccache.rpm
rm -rf wheelhouse rm -rf wheelhouse
export NETGEN_CCACHE=1 export NETGEN_CCACHE=1
for pyversion in 313 312 311 310 39 38 for pyversion in 313 312 311 310 39
do do
export PYDIR="/opt/python/cp${pyversion}-cp${pyversion}/bin" export PYDIR="/opt/python/cp${pyversion}-cp${pyversion}/bin"
echo $PYDIR echo $PYDIR