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

@@ -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