mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Add CPython 3.11.0b2 (#2380)
This commit is contained in:
parent
8ff6507f80
commit
845e08eb2f
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1
|
|||
install_package "openssl-1.1.1n" "https://www.openssl.org/source/openssl-1.1.1n.tar.gz#40dceb51a4f6a5275bde0e6bf20ef4b91bfc32ed57c0552e2e8e15463372b17a" mac_openssl --if has_broken_mac_openssl
|
||||
install_package "readline-8.0" "https://ftpmirror.gnu.org/readline/readline-8.0.tar.gz#e339f51971478d369f8a053a330a190781acb9864cf4c541060f12078948e461" mac_readline --if has_broken_mac_readline
|
||||
if has_tar_xz_support; then
|
||||
install_package "Python-3.11.0b1" "https://www.python.org/ftp/python/3.11.0/Python-3.11.0b1.tar.xz#dccac9b03dd3fe5cd10bc547579eb0be81a1d8971ec2a866b03dec5391f5ad25" standard verify_py311 copy_python_gdb ensurepip
|
||||
install_package "Python-3.11.0b2" "https://www.python.org/ftp/python/3.11.0/Python-3.11.0b2.tar.xz#e574dee6694fb255dff8036f3c0048251e5cb29a167766030b7ce3160fb4c47d" standard verify_py311 copy_python_gdb ensurepip
|
||||
else
|
||||
install_package "Python-3.11.0b1" "https://www.python.org/ftp/python/3.11.0/Python-3.11.0b1.tgz#2d56c995de0e5ee595af51bf2b7ee162f07c587f4b62cecd4ed51c90cb21a60d" standard verify_py311 copy_python_gdb ensurepip
|
||||
install_package "Python-3.11.0b2" "https://www.python.org/ftp/python/3.11.0/Python-3.11.0b2.tgz#3bc20b69b8c92f45bae4f62934aa9731739b37a7665c2bf14b59620a4fd51714" standard verify_py311 copy_python_gdb ensurepip
|
||||
fi
|
Loading…
Reference in a new issue