fix(pybind): pinned pybind to 3.0.0 for ABI compatibility

This commit is contained in:
2026-06-12 14:00:40 -04:00
parent 790e50d5c0
commit ef840c07ea
7 changed files with 39 additions and 15 deletions

View File

@@ -30,7 +30,7 @@ cd "${TMPDIR}/project"
export MACOSX_DEPLOYMENT_TARGET=15.0
PYTHON_VERSIONS=("3.9.23" "3.10.18" "3.11.13" "3.12.11" "3.13.5" "3.13.5t" "3.14.0rc1" "3.14.0rc1t" 'pypy3.10-7.3.19' "pypy3.11-7.3.20")
PYTHON_VERSIONS=("3.9.23" "3.10.18" "3.11.13" "3.12.11" "3.13.5" "3.13.5t" "3.14.0rc1" "3.14.0rc1t" "3.14-dev" "3.14t-dev" )
if ! command -v pyenv &> /dev/null; then
echo "Error: pyenv not found. Please install it to manage Python versions."

View File

@@ -10,5 +10,7 @@ pyenv install -s 3.13.5
pyenv install -s 3.13.5t
pyenv install -s 3.14.0rc1
pyenv install -s 3.14.0rc1t
pyenv install -s pypy3.10-7.3.19
pyenv install -s pypy3.11-7.3.20
pyenv install -s 3.14-dev
pyenv install -s 3.14t-dev
pyenv install -s 3.15-dev
pyenv install -s 3.15t-dev