mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 22:00:33 +05:00
ci - python 3.12 wheels
This commit is contained in:
parent
4ed8f04e1c
commit
82289f6eb3
@ -282,6 +282,7 @@ pip_windows:
|
|||||||
- .\tests\build_pip.ps1 C:\Python39
|
- .\tests\build_pip.ps1 C:\Python39
|
||||||
- .\tests\build_pip.ps1 C:\Python310
|
- .\tests\build_pip.ps1 C:\Python310
|
||||||
- .\tests\build_pip.ps1 C:\Python311
|
- .\tests\build_pip.ps1 C:\Python311
|
||||||
|
- .\tests\build_pip.ps1 C:\Python312
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
pip_macos:
|
pip_macos:
|
||||||
@ -295,4 +296,5 @@ pip_macos:
|
|||||||
- ./tests/build_pip_mac.sh 3.9
|
- ./tests/build_pip_mac.sh 3.9
|
||||||
- ./tests/build_pip_mac.sh 3.10
|
- ./tests/build_pip_mac.sh 3.10
|
||||||
- ./tests/build_pip_mac.sh 3.11
|
- ./tests/build_pip_mac.sh 3.11
|
||||||
|
- ./tests/build_pip_mac.sh 3.12
|
||||||
when: manual
|
when: manual
|
||||||
|
@ -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
|
for pyversion in 38 39 310 311 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
|
||||||
|
Loading…
Reference in New Issue
Block a user