Build pip packages for Python 3.13

This commit is contained in:
Matthias Hochsteger 2024-09-19 15:41:20 +02:00
parent e94096e008
commit d79b259ece
3 changed files with 4 additions and 2 deletions

View File

@ -297,6 +297,7 @@ pip_windows:
- pip
- windows
script:
- .\tests\build_pip.ps1 C:\Python313
- .\tests\build_pip.ps1 C:\Python312
- .\tests\build_pip.ps1 C:\Python311
- .\tests\build_pip.ps1 C:\Python310
@ -311,6 +312,7 @@ pip_macos:
- macosx
- m1
script:
- ./tests/build_pip_mac.sh 3.13
- ./tests/build_pip_mac.sh 3.12
- ./tests/build_pip_mac.sh 3.11
- ./tests/build_pip_mac.sh 3.10

@ -1 +1 @@
Subproject commit cb3b758bc4739daa7f092a52bf6c3909e8eaea89
Subproject commit 38bf7b174875c27c1ba98bdf5a9bf13d967f14d4

View File

@ -19,7 +19,7 @@ export NETGEN_CCACHE=1
/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
export PYDIR="/opt/python/cp${pyversion}-cp${pyversion}/bin"
echo $PYDIR