Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions bin/python3.13.5/bearsampp.conf
Original file line number Diff line number Diff line change
@@ -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@"
6 changes: 6 additions & 0 deletions bin/python3.13.5/bin/python.bat
Original file line number Diff line number Diff line change
@@ -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" %*
4 changes: 4 additions & 0 deletions bin/python3.13.5/wheel/install.bat
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions bin/python3.13.5/wheel/wheel.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wheel = https://github.com/Bearsampp/modules-untouched/releases/download/python-2025.8.21/pywin32-311-cp313-cp313-win_amd64.whl
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bundle.name = python
bundle.release = 2025.6.6
bundle.release = 2025.8.21
bundle.type = tools
bundle.format = 7z

Expand Down
1 change: 1 addition & 0 deletions releases.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
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