build(wheels): added wheel generation scripts and social logo
This commit is contained in:
14
utils/wheels/installPyEnvVersions.sh
Executable file
14
utils/wheels/installPyEnvVersions.sh
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user