bump bootstrap python and deps (#29715)

This commit is contained in:
warriorstar-orion
2025-09-19 20:59:46 +00:00
committed by GitHub
parent 0e636d0565
commit 0a50f63fda
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.13'
cache: 'pip'
- uses: actions/setup-node@v5
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
- uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.13'
cache: 'pip'
- name: Perform Merge
+1 -1
View File
@@ -12,6 +12,6 @@ export STABLE_BYOND_MINOR=1666
# Beta Byond Minor - Uncomment and update if beta cycle active
#export BETA_BYOND_MINOR=1657
# Python version for mapmerge and other tools
export PYTHON_VERSION=3.11.6
export PYTHON_VERSION=3.13.5
# RUSTG version
export RUSTG_VERSION=v3.4.0-P
@@ -1,4 +1,4 @@
python311.zip
python313.zip
.
..\..\..
+1 -1
View File
@@ -50,7 +50,7 @@ if (!(Test-Path $PythonExe -PathType Leaf)) {
[System.IO.Compression.ZipFile]::ExtractToDirectory($Archive, $PythonDir)
# Copy a ._pth file without "import site" commented, so pip will work
Copy-Item "$Bootstrap/python311._pth" $PythonDir `
Copy-Item "$Bootstrap/python313._pth" $PythonDir `
-ErrorAction Stop
Remove-Item $Archive
+6 -6
View File
@@ -1,11 +1,11 @@
pygit2>=1.13.1
bidict>=0.22.1
Pillow>=10.3.0
json5>=0.9.14
pygit2==1.18.0
bidict==0.23.1
Pillow==11.3.0
json5==0.12.0
# changelogs
PyYaml>=6.0.1 # maplint also
beautifulsoup4>=4.12.2
PyYaml==6.0.2 # maplint also
beautifulsoup4==4.13.4
# various CI checks
avulto==0.1.17