Skip to content

Commit 4f5451c

Browse files
authored
Merge pull request #16 from Bearsampp/python311
Python 3.11.8
2 parents a00245d + 24f910e commit 4f5451c

File tree

5 files changed

+18
-1
lines changed

5 files changed

+18
-1
lines changed

bin/python3.11.8/bearsampp.conf

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

bin/python3.11.8/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.11.8/wheel/install.bat

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@echo off
2+
set WINPYSCRIPTSDIR=%~dp0..\scripts
3+
call "%WINPYSCRIPTSDIR%\env.bat"
4+
"%WINPYDIR%\Scripts\pip.exe" install pywin32-306-cp311-cp311-win_amd64.whl
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wheel = https://github.com/Bearsampp/modules-untouched/releases/download/python-2024.3.29/pywin32-306-cp311-cp311-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 = 2022.4.30
2+
bundle.release = 2024.3.29
33
bundle.type = tools
44
bundle.format = 7z
55

0 commit comments

Comments
 (0)