Skip to content

Commit abc46be

Browse files
authored
Merge pull request #20 from Bearsampp/3.13.2-3.12.9
Python 3.12.9 and 3.13.2
2 parents 5132c50 + 221024b commit abc46be

File tree

9 files changed

+37
-1
lines changed

9 files changed

+37
-1
lines changed

bin/python3.12.9/bearsampp.conf

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

bin/python3.12.9/bin/python.bat

+6
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.12.9/wheel/install.bat

+5
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-cp312-cp312-win_amd64.whl
5+
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wheel = https://github.com/Bearsampp/modules-untouched/releases/download/python-2025.4.19/pywin32-310-cp312-cp312-win_amd64.whl

bin/python3.13.2/bearsampp.conf

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pythonVersion = "3.13.2"
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.2/bin/python.bat

+6
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.2/wheel/install.bat

+5
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+
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wheel = https://github.com/Bearsampp/modules-untouched/releases/download/python-2025.4.19/pywin32-310-cp313-cp313-win_amd64.whl

build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bundle.name = python
2-
bundle.release = 2025.2.13
2+
bundle.release = 2025.4.19
33
bundle.type = tools
44
bundle.format = 7z
55

0 commit comments

Comments
 (0)