From d79b259ecee0b4b8cf317dfc04354f8979db274c Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Thu, 19 Sep 2024 15:41:20 +0200 Subject: [PATCH] Build pip packages for Python 3.13 --- .gitlab-ci.yml | 2 ++ external_dependencies/pybind11 | 2 +- tests/build_pip.sh | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7852a6d..1360b351 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/external_dependencies/pybind11 b/external_dependencies/pybind11 index cb3b758b..38bf7b17 160000 --- a/external_dependencies/pybind11 +++ b/external_dependencies/pybind11 @@ -1 +1 @@ -Subproject commit cb3b758bc4739daa7f092a52bf6c3909e8eaea89 +Subproject commit 38bf7b174875c27c1ba98bdf5a9bf13d967f14d4 diff --git a/tests/build_pip.sh b/tests/build_pip.sh index 533d1173..76ab8ffd 100755 --- a/tests/build_pip.sh +++ b/tests/build_pip.sh @@ -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