From 0ecc52162a5af4a22518a4b54e5c2c1c366c8054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez-Mondrag=C3=B3n?= Date: Fri, 6 Sep 2024 21:37:30 -0600 Subject: [PATCH] Add free-threaded CPython 3.13.0rc2 --- plugins/python-build/share/python-build/3.13.0rc1t | 2 -- plugins/python-build/share/python-build/3.13.0rc2t | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 plugins/python-build/share/python-build/3.13.0rc1t create mode 100644 plugins/python-build/share/python-build/3.13.0rc2t diff --git a/plugins/python-build/share/python-build/3.13.0rc1t b/plugins/python-build/share/python-build/3.13.0rc1t deleted file mode 100644 index f2c937cf..00000000 --- a/plugins/python-build/share/python-build/3.13.0rc1t +++ /dev/null @@ -1,2 +0,0 @@ -export PYTHON_BUILD_FREE_THREADING=1 -source "$(dirname "${BASH_SOURCE[0]}")"/3.13.0rc1 diff --git a/plugins/python-build/share/python-build/3.13.0rc2t b/plugins/python-build/share/python-build/3.13.0rc2t new file mode 100644 index 00000000..bc4ce0e5 --- /dev/null +++ b/plugins/python-build/share/python-build/3.13.0rc2t @@ -0,0 +1,2 @@ +export PYTHON_BUILD_FREE_THREADING=1 +source "$(dirname "${BASH_SOURCE[0]}")"/3.13.0rc2