Skip to content

Commit 0a50f63

Browse files
bump bootstrap python and deps (ParadiseSS13#29715)
1 parent 0e636d0 commit 0a50f63

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- uses: actions/setup-python@v6
3030
with:
31-
python-version: '3.11'
31+
python-version: '3.13'
3232
cache: 'pip'
3333

3434
- uses: actions/setup-node@v5

.github/workflows/merge_upstream_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- uses: actions/setup-python@v6
6363
with:
64-
python-version: '3.11'
64+
python-version: '3.13'
6565
cache: 'pip'
6666

6767
- name: Perform Merge

_build_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ export STABLE_BYOND_MINOR=1666
1212
# Beta Byond Minor - Uncomment and update if beta cycle active
1313
#export BETA_BYOND_MINOR=1657
1414
# Python version for mapmerge and other tools
15-
export PYTHON_VERSION=3.11.6
15+
export PYTHON_VERSION=3.13.5
1616
# RUSTG version
1717
export RUSTG_VERSION=v3.4.0-P
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
python311.zip
1+
python313.zip
22
.
33
..\..\..
44

tools/bootstrap/python_.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if (!(Test-Path $PythonExe -PathType Leaf)) {
5050
[System.IO.Compression.ZipFile]::ExtractToDirectory($Archive, $PythonDir)
5151

5252
# Copy a ._pth file without "import site" commented, so pip will work
53-
Copy-Item "$Bootstrap/python311._pth" $PythonDir `
53+
Copy-Item "$Bootstrap/python313._pth" $PythonDir `
5454
-ErrorAction Stop
5555

5656
Remove-Item $Archive

tools/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
pygit2>=1.13.1
2-
bidict>=0.22.1
3-
Pillow>=10.3.0
4-
json5>=0.9.14
1+
pygit2==1.18.0
2+
bidict==0.23.1
3+
Pillow==11.3.0
4+
json5==0.12.0
55

66
# changelogs
7-
PyYaml>=6.0.1 # maplint also
8-
beautifulsoup4>=4.12.2
7+
PyYaml==6.0.2 # maplint also
8+
beautifulsoup4==4.13.4
99

1010
# various CI checks
1111
avulto==0.1.17

0 commit comments

Comments
 (0)