mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 21:40: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:\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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user