diff --git a/bin/python3.13.3/bearsampp.conf b/bin/python3.13.3/bearsampp.conf new file mode 100644 index 00000000..35fed946 --- /dev/null +++ b/bin/python3.13.3/bearsampp.conf @@ -0,0 +1,6 @@ +pythonVersion = "3.13.3" +pythonExe = "bin\python.bat" +pythonCpExe = "WinPython Control Panel.exe" +pythonIdleExe = "IDLE (Python GUI).exe" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/python3.13.3/bin/python.bat b/bin/python3.13.3/bin/python.bat new file mode 100644 index 00000000..484b53bb --- /dev/null +++ b/bin/python3.13.3/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.3/wheel/install.bat b/bin/python3.13.3/wheel/install.bat new file mode 100644 index 00000000..c2047cb4 --- /dev/null +++ b/bin/python3.13.3/wheel/install.bat @@ -0,0 +1,5 @@ +@echo off +set WINPYSCRIPTSDIR=%~dp0..\scripts +call "%WINPYSCRIPTSDIR%\env.bat" +"%WINPYDIR%\Scripts\pip.exe" install pywin32-310-cp313-cp313-win_amd64.whl + diff --git a/bin/python3.13.3/wheel/wheel.properties b/bin/python3.13.3/wheel/wheel.properties new file mode 100644 index 00000000..4e4b3c3f --- /dev/null +++ b/bin/python3.13.3/wheel/wheel.properties @@ -0,0 +1 @@ +wheel = https://github.com/Bearsampp/modules-untouched/releases/download/python-2025.6.6/pywin32-310-cp313-cp313-win_amd64.whl diff --git a/build.properties b/build.properties index f232988c..44158909 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name = python -bundle.release = 2025.4.19 +bundle.release = 2025.6.6 bundle.type = tools bundle.format = 7z diff --git a/releases.properties b/releases.properties index 568f62db..354c84ac 100644 --- a/releases.properties +++ b/releases.properties @@ -5,3 +5,4 @@ 3.12.8.0-b2 = https://github.com/Bearsampp/module-python/releases/download/2025.2.13/bearsampp-python-3.12.8.0-b2-2025.2.13.7z 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