From e1e2a7d67764ac0d62b6ddbb41b46d9575e6cbaf Mon Sep 17 00:00:00 2001 From: Bear Date: Thu, 21 Aug 2025 03:02:45 -0500 Subject: [PATCH 1/2] Add Python 3.13.5 with configuration and wheel installation scripts --- bin/python3.13.5/bearsampp.conf | 6 ++++++ bin/python3.13.5/bin/python.bat | 6 ++++++ bin/python3.13.5/wheel/install.bat | 4 ++++ bin/python3.13.5/wheel/wheel.properties | 1 + build.properties | 2 +- releases.properties | 2 ++ 6 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 bin/python3.13.5/bearsampp.conf create mode 100644 bin/python3.13.5/bin/python.bat create mode 100644 bin/python3.13.5/wheel/install.bat create mode 100644 bin/python3.13.5/wheel/wheel.properties diff --git a/bin/python3.13.5/bearsampp.conf b/bin/python3.13.5/bearsampp.conf new file mode 100644 index 00000000..02ae6b4a --- /dev/null +++ b/bin/python3.13.5/bearsampp.conf @@ -0,0 +1,6 @@ +pythonVersion = "3.13.5" +pythonExe = "bin\python.bat" +pythonCpExe = "WinPython Control Panel.exe" +pythonIdleExe = "IDLE (Python GUI).exe" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/python3.13.5/bin/python.bat b/bin/python3.13.5/bin/python.bat new file mode 100644 index 00000000..484b53bb --- /dev/null +++ b/bin/python3.13.5/bin/python.bat @@ -0,0 +1,6 @@ +@echo off +set WINPYSCRIPTSDIR=%~dp0..\scripts +call "%WINPYSCRIPTSDIR%\env_for_icons.bat" +cd/D "%WINPYWORKDIR%" +rem backward compatibility for python command-line users +"%WINPYDIR%\python.exe" %* diff --git a/bin/python3.13.5/wheel/install.bat b/bin/python3.13.5/wheel/install.bat new file mode 100644 index 00000000..daa8ee28 --- /dev/null +++ b/bin/python3.13.5/wheel/install.bat @@ -0,0 +1,4 @@ +@echo off +set WINPYSCRIPTSDIR=%~dp0..\scripts +call "%WINPYSCRIPTSDIR%\env.bat" +"%WINPYDIR%\Scripts\pip.exe" install pywin32-311-cp313-cp313-win_amd64.whl diff --git a/bin/python3.13.5/wheel/wheel.properties b/bin/python3.13.5/wheel/wheel.properties new file mode 100644 index 00000000..0f061011 --- /dev/null +++ b/bin/python3.13.5/wheel/wheel.properties @@ -0,0 +1 @@ +wheel = https://github.com/Bearsampp/modules-untouched/releases/download/python-2025.8.21/pywin32-311-cp313-cp313-win_amd64.whl diff --git a/build.properties b/build.properties index 44158909..fe1cd028 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name = python -bundle.release = 2025.6.6 +bundle.release = 2025.8.21 bundle.type = tools bundle.format = 7z diff --git a/releases.properties b/releases.properties index 354c84ac..f4f535e6 100644 --- a/releases.properties +++ b/releases.properties @@ -6,3 +6,5 @@ 3.12.9 = https://github.com/Bearsampp/module-python/releases/download/2025.4.19/bearsampp-python-3.12.9-2025.4.19.7z 3.13.2 = https://github.com/Bearsampp/module-python/releases/download/2025.4.19/bearsampp-python-3.13.2-2025.4.19.7z 3.13.3 = https://github.com/Bearsampp/module-python/releases/download/2025.6.6/bearsampp-python-3.13.3-2025.6.6.7z +3.13.5 = https://github.com/Bearsampp/module-python/releases/download/2025.8.21/bearsampp-python-3.13.5-2025.8.21.7z +3.13.3 = https://github.com/Bearsampp/module-python/releases/download/2025.6.6/bearsampp-python-3.13.3-2025.6.6.7z From 017324d1cf58bcc65ccf7731f6a0adb1dad9e350 Mon Sep 17 00:00:00 2001 From: Jacob Waisner Date: Sun, 24 Aug 2025 15:45:57 -0500 Subject: [PATCH 2/2] Update releases.properties --- releases.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/releases.properties b/releases.properties index f4f535e6..55f83861 100644 --- a/releases.properties +++ b/releases.properties @@ -7,4 +7,3 @@ 3.13.2 = https://github.com/Bearsampp/module-python/releases/download/2025.4.19/bearsampp-python-3.13.2-2025.4.19.7z 3.13.3 = https://github.com/Bearsampp/module-python/releases/download/2025.6.6/bearsampp-python-3.13.3-2025.6.6.7z 3.13.5 = https://github.com/Bearsampp/module-python/releases/download/2025.8.21/bearsampp-python-3.13.5-2025.8.21.7z -3.13.3 = https://github.com/Bearsampp/module-python/releases/download/2025.6.6/bearsampp-python-3.13.3-2025.6.6.7z