diff --git a/bin/python3.12.9/bearsampp.conf b/bin/python3.12.9/bearsampp.conf new file mode 100644 index 00000000..65577863 --- /dev/null +++ b/bin/python3.12.9/bearsampp.conf @@ -0,0 +1,6 @@ +pythonVersion = "3.12.9" +pythonExe = "bin\python.bat" +pythonCpExe = "WinPython Control Panel.exe" +pythonIdleExe = "IDLE (Python GUI).exe" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/python3.12.9/bin/python.bat b/bin/python3.12.9/bin/python.bat new file mode 100644 index 00000000..484b53bb --- /dev/null +++ b/bin/python3.12.9/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.12.9/wheel/install.bat b/bin/python3.12.9/wheel/install.bat new file mode 100644 index 00000000..1ff29e80 --- /dev/null +++ b/bin/python3.12.9/wheel/install.bat @@ -0,0 +1,5 @@ +@echo off +set WINPYSCRIPTSDIR=%~dp0..\scripts +call "%WINPYSCRIPTSDIR%\env.bat" +"%WINPYDIR%\Scripts\pip.exe" install pywin32-310-cp312-cp312-win_amd64.whl + diff --git a/bin/python3.12.9/wheel/wheel.properties b/bin/python3.12.9/wheel/wheel.properties new file mode 100644 index 00000000..4bbcedaf --- /dev/null +++ b/bin/python3.12.9/wheel/wheel.properties @@ -0,0 +1 @@ +wheel = https://github.com/Bearsampp/modules-untouched/releases/download/python-2025.4.19/pywin32-310-cp312-cp312-win_amd64.whl diff --git a/bin/python3.13.2/bearsampp.conf b/bin/python3.13.2/bearsampp.conf new file mode 100644 index 00000000..8da14f90 --- /dev/null +++ b/bin/python3.13.2/bearsampp.conf @@ -0,0 +1,6 @@ +pythonVersion = "3.13.2" +pythonExe = "bin\python.bat" +pythonCpExe = "WinPython Control Panel.exe" +pythonIdleExe = "IDLE (Python GUI).exe" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/python3.13.2/bin/python.bat b/bin/python3.13.2/bin/python.bat new file mode 100644 index 00000000..484b53bb --- /dev/null +++ b/bin/python3.13.2/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.2/wheel/install.bat b/bin/python3.13.2/wheel/install.bat new file mode 100644 index 00000000..c2047cb4 --- /dev/null +++ b/bin/python3.13.2/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.2/wheel/wheel.properties b/bin/python3.13.2/wheel/wheel.properties new file mode 100644 index 00000000..98aa2e84 --- /dev/null +++ b/bin/python3.13.2/wheel/wheel.properties @@ -0,0 +1 @@ +wheel = https://github.com/Bearsampp/modules-untouched/releases/download/python-2025.4.19/pywin32-310-cp313-cp313-win_amd64.whl diff --git a/build.properties b/build.properties index 4cb7f4f0..f232988c 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name = python -bundle.release = 2025.2.13 +bundle.release = 2025.4.19 bundle.type = tools bundle.format = 7z