From 73b7420b3d6a155f583119b73ca7f2c12ce2d971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Thu, 7 Aug 2025 13:15:37 -0700 Subject: [PATCH] Add CPython 3.13.6 (#3297) --- plugins/python-build/share/python-build/3.13.6 | 9 +++++++++ plugins/python-build/share/python-build/3.13.6t | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 plugins/python-build/share/python-build/3.13.6 create mode 100644 plugins/python-build/share/python-build/3.13.6t diff --git a/plugins/python-build/share/python-build/3.13.6 b/plugins/python-build/share/python-build/3.13.6 new file mode 100644 index 00000000..f474fcb4 --- /dev/null +++ b/plugins/python-build/share/python-build/3.13.6 @@ -0,0 +1,9 @@ +prefer_openssl3 +export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1 +install_package "openssl-3.5.2" "https://github.com/openssl/openssl/releases/download/openssl-3.5.2/openssl-3.5.2.tar.gz#c53a47e5e441c930c3928cf7bf6fb00e5d129b630e0aa873b08258656e7345ec" mac_openssl --if has_broken_mac_openssl +install_package "readline-8.3" "https://mirror.cs.odu.edu/gnu/readline/readline-8.3.tar.gz#fe5383204467828cd495ee8d1d3c037a7eba1389c22bc6a041f627976f9061cc" mac_readline --if has_broken_mac_readline +if has_tar_xz_support; then + install_package "Python-3.13.6" "https://www.python.org/ftp/python/3.13.6/Python-3.13.6.tar.xz#17ba5508819d8736a14fbfc47d36e184946a877851b2e9c4b6c43acb44a3b104" standard verify_py313 copy_python_gdb ensurepip +else + install_package "Python-3.13.6" "https://www.python.org/ftp/python/3.13.6/Python-3.13.6.tgz#6cf50672cc03928488817d45af24bc927a48f910fe7893d6f388130e59ba98d7" standard verify_py313 copy_python_gdb ensurepip +fi diff --git a/plugins/python-build/share/python-build/3.13.6t b/plugins/python-build/share/python-build/3.13.6t new file mode 100644 index 00000000..ebd946f4 --- /dev/null +++ b/plugins/python-build/share/python-build/3.13.6t @@ -0,0 +1,2 @@ +export PYTHON_BUILD_FREE_THREADING=1 +source "$(dirname "${BASH_SOURCE[0]}")"/3.13.6