From 331ff66e2de4df73b22aeafb198f3b0e8fae719a Mon Sep 17 00:00:00 2001 From: "pyenv-bot[bot]" <262257361+pyenv-bot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 01:36:03 +0300 Subject: [PATCH] Add CPython 3.14.5 (#3444) * Keep bundled OpenSSL 3 There's no support for OpenSSL 4 yet --------- Co-authored-by: native-api <2670332+native-api@users.noreply.github.com> Co-authored-by: Ivan Pozdeev --- plugins/python-build/share/python-build/{3.14.5rc1 => 3.14.5} | 4 ++-- .../python-build/share/python-build/{3.14.5rc1t => 3.14.5t} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename plugins/python-build/share/python-build/{3.14.5rc1 => 3.14.5} (56%) rename plugins/python-build/share/python-build/{3.14.5rc1t => 3.14.5t} (100%) diff --git a/plugins/python-build/share/python-build/3.14.5rc1 b/plugins/python-build/share/python-build/3.14.5 similarity index 56% rename from plugins/python-build/share/python-build/3.14.5rc1 rename to plugins/python-build/share/python-build/3.14.5 index 0eeb21a6..7d934233 100644 --- a/plugins/python-build/share/python-build/3.14.5rc1 +++ b/plugins/python-build/share/python-build/3.14.5 @@ -4,7 +4,7 @@ export PYTHON_BUILD_TCLTK_USE_PKGCONFIG=1 install_package "openssl-3.6.2" "https://github.com/openssl/openssl/releases/download/openssl-3.6.2/openssl-3.6.2.tar.gz#aaf51a1fe064384f811daeaeb4ec4dce7340ec8bd893027eee676af31e83a04f" mac_openssl --if has_broken_mac_openssl install_package "readline-8.3" "https://ftpmirror.gnu.org/readline/readline-8.3.tar.gz#fe5383204467828cd495ee8d1d3c037a7eba1389c22bc6a041f627976f9061cc" mac_readline --if has_broken_mac_readline if has_tar_xz_support; then - install_package "Python-3.14.5rc1" "https://www.python.org/ftp/python/3.14.5/Python-3.14.5rc1.tar.xz#67ee56f36fc22e5ada84d452430362e71081804c4f85c33dc5bf4206c27f973c" standard verify_py314 copy_python_gdb ensurepip + install_package "Python-3.14.5" "https://www.python.org/ftp/python/3.14.5/Python-3.14.5.tar.xz#7e32597b99e5d9a39abed35de4693fa169df3e5850d4c334337ffd6a19a36db6" standard verify_py314 copy_python_gdb ensurepip else - install_package "Python-3.14.5rc1" "https://www.python.org/ftp/python/3.14.5/Python-3.14.5rc1.tgz#6d3e5301534e221e2a4e8add507fb1a20e31d3530d32eb618f3ae0a7170bc2f0" standard verify_py314 copy_python_gdb ensurepip + install_package "Python-3.14.5" "https://www.python.org/ftp/python/3.14.5/Python-3.14.5.tgz#9c22bfe9939a6c5418fc74b289a5f1cc41859ae82ac6b163016b5844bd0a86bc" standard verify_py314 copy_python_gdb ensurepip fi diff --git a/plugins/python-build/share/python-build/3.14.5rc1t b/plugins/python-build/share/python-build/3.14.5t similarity index 100% rename from plugins/python-build/share/python-build/3.14.5rc1t rename to plugins/python-build/share/python-build/3.14.5t