Add CPython 3.11.0b4 (#2411)

This commit is contained in:
Tahir H. Butt 2022-07-11 17:05:34 -04:00 committed by GitHub
parent fdaeaf1f97
commit aee9c82c29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,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.0b3" "https://www.python.org/ftp/python/3.11.0/Python-3.11.0b3.tar.xz#c9b99f5315ea30f8e9fcbce6807a3739e875480d29124e6d9940f6fabcb7c902" standard verify_py311 copy_python_gdb ensurepip
install_package "Python-3.11.0b4" "https://www.python.org/ftp/python/3.11.0/Python-3.11.0b4.tar.xz#1d93b611607903e080417c1a9567f5fbbf5124cc5c86f4afbba1c8fd34c5f6fb" standard verify_py311 copy_python_gdb ensurepip
else
install_package "Python-3.11.0b3" "https://www.python.org/ftp/python/3.11.0/Python-3.11.0b3.tgz#f52b738043251c88e3d6bb86e30cbf0e1098470a06b9d49feb31f145af5e8149" standard verify_py311 copy_python_gdb ensurepip
install_package "Python-3.11.0b4" "https://www.python.org/ftp/python/3.11.0/Python-3.11.0b4.tgz#257e753db2294794fa8dec072c228f3f53fd541a303de9418854b3c2512ccbec" standard verify_py311 copy_python_gdb ensurepip
fi