Skip to content

Commit 023a93e

Browse files
authored
Merge pull request #21 from Bearsampp/3.13.3
Add Python 3.13.3 with configuration and wheel installation scripts
2 parents 09ab26a + 61cc505 commit 023a93e

File tree

6 files changed

+20
-1
lines changed

6 files changed

+20
-1
lines changed

bin/python3.13.3/bearsampp.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pythonVersion = "3.13.3"
2+
pythonExe = "bin\python.bat"
3+
pythonCpExe = "WinPython Control Panel.exe"
4+
pythonIdleExe = "IDLE (Python GUI).exe"
5+
6+
bundleRelease = "@RELEASE_VERSION@"

bin/python3.13.3/bin/python.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@echo off
2+
set WINPYSCRIPTSDIR=%~dp0..\scripts
3+
call "%WINPYSCRIPTSDIR%\env_for_icons.bat"
4+
cd/D "%WINPYWORKDIR%"
5+
rem backward compatibility for python command-line users
6+
"%WINPYDIR%\python.exe" %*

bin/python3.13.3/wheel/install.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@echo off
2+
set WINPYSCRIPTSDIR=%~dp0..\scripts
3+
call "%WINPYSCRIPTSDIR%\env.bat"
4+
"%WINPYDIR%\Scripts\pip.exe" install pywin32-310-cp313-cp313-win_amd64.whl
5+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wheel = https://github.com/Bearsampp/modules-untouched/releases/download/python-2025.6.6/pywin32-310-cp313-cp313-win_amd64.whl

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bundle.name = python
2-
bundle.release = 2025.4.19
2+
bundle.release = 2025.6.6
33
bundle.type = tools
44
bundle.format = 7z
55

releases.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
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
66
3.12.9 = https://github.com/Bearsampp/module-python/releases/download/2025.4.19/bearsampp-python-3.12.9-2025.4.19.7z
77
3.13.2 = https://github.com/Bearsampp/module-python/releases/download/2025.4.19/bearsampp-python-3.13.2-2025.4.19.7z
8+
3.13.3 = https://github.com/Bearsampp/module-python/releases/download/2025.6.6/bearsampp-python-3.13.3-2025.6.6.7z

0 commit comments

Comments
 (0)