build(wheels): brought wheel build scripts from GridFire over

This commit is contained in:
2026-07-01 11:16:39 -04:00
parent 7f69f19273
commit edfcea6943
5 changed files with 498 additions and 0 deletions

14
utils/installPyEnvVersions.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
pyenv install 3.8.20
pyenv install 3.9.23
pyenv install 3.10.18
pyenv install 3.11.13
pyenv install 3.12.11
pyenv install 3.13.5
pyenv install 3.13.5t
pyenv install 3.14.0rc1
pyenv install 3.14.0rc1t
pyenv install pypy3.10-7.3.19
pyenv install pypy3.11-7.3.20