mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
bump bootstrap python and deps (#29715)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.11'
|
||||
python-version: '3.13'
|
||||
cache: 'pip'
|
||||
|
||||
- name: Perform Merge
|
||||
|
||||
@@ -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
|
||||
.
|
||||
..\..\..
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user