mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Build pip packages for Python 3.13
This commit is contained in:
parent
e94096e008
commit
d79b259ece
@ -297,6 +297,7 @@ pip_windows:
|
|||||||
- pip
|
- pip
|
||||||
- windows
|
- windows
|
||||||
script:
|
script:
|
||||||
|
- .\tests\build_pip.ps1 C:\Python313
|
||||||
- .\tests\build_pip.ps1 C:\Python312
|
- .\tests\build_pip.ps1 C:\Python312
|
||||||
- .\tests\build_pip.ps1 C:\Python311
|
- .\tests\build_pip.ps1 C:\Python311
|
||||||
- .\tests\build_pip.ps1 C:\Python310
|
- .\tests\build_pip.ps1 C:\Python310
|
||||||
@ -311,6 +312,7 @@ pip_macos:
|
|||||||
- macosx
|
- macosx
|
||||||
- m1
|
- m1
|
||||||
script:
|
script:
|
||||||
|
- ./tests/build_pip_mac.sh 3.13
|
||||||
- ./tests/build_pip_mac.sh 3.12
|
- ./tests/build_pip_mac.sh 3.12
|
||||||
- ./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
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit cb3b758bc4739daa7f092a52bf6c3909e8eaea89
|
Subproject commit 38bf7b174875c27c1ba98bdf5a9bf13d967f14d4
|
@ -19,7 +19,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 312 311 310 39 38
|
for pyversion in 313 312 311 310 39 38
|
||||||
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