build(wheel): added auto wheel building scripts

This commit is contained in:
2026-06-11 14:29:27 -04:00
parent 1540d2c4b8
commit 405c68bdf6
6 changed files with 234 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/bash
# Install every interpreter the macOS arm64 build matrix iterates over.
# Run once before build-wheels-macos_aarch64.sh.
pyenv install -s 3.9.23
pyenv install -s 3.10.18
pyenv install -s 3.11.13
pyenv install -s 3.12.11
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