mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
Don't build for Python 3.8 anymore
This commit is contained in:
parent
141af42887
commit
db9aaef220
@ -302,7 +302,6 @@ pip_windows:
|
||||
- .\tests\build_pip.ps1 C:\Python311
|
||||
- .\tests\build_pip.ps1 C:\Python310
|
||||
- .\tests\build_pip.ps1 C:\Python39
|
||||
- .\tests\build_pip.ps1 C:\Python38
|
||||
when: manual
|
||||
|
||||
pip_macos:
|
||||
@ -317,5 +316,4 @@ pip_macos:
|
||||
- ./tests/build_pip_mac.sh 3.11
|
||||
- ./tests/build_pip_mac.sh 3.10
|
||||
- ./tests/build_pip_mac.sh 3.9
|
||||
- ./tests/build_pip_mac.sh 3.8
|
||||
when: manual
|
||||
|
@ -13,7 +13,7 @@ dnf -y install ccache.rpm
|
||||
rm -rf wheelhouse
|
||||
export NETGEN_CCACHE=1
|
||||
|
||||
for pyversion in 313 312 311 310 39 38
|
||||
for pyversion in 313 312 311 310 39
|
||||
do
|
||||
export PYDIR="/opt/python/cp${pyversion}-cp${pyversion}/bin"
|
||||
echo $PYDIR
|
||||
|
Loading…
Reference in New Issue
Block a user