Skip to content

Commit aa02b66

Browse files
authored
Upgrade: Bump Python to 3.11 (#204)
This includes a dependency-bump, as it might add/remove polyfill libraries
1 parent 91642c7 commit aa02b66

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
uses: OpenTTD/actions/.github/workflows/rw-entry-testing-docker-py.yml@v5
1515
with:
1616
python-path: webtranslate scripts/filter_update_langs scripts/lang_sync scripts/eintsgit.py
17-
python-version: 3.8
17+
python-version: 3.11

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-slim AS builder
1+
FROM python:3.11-slim AS builder
22

33
WORKDIR /docs
44

@@ -16,7 +16,7 @@ RUN make -C /docs
1616

1717

1818

19-
FROM python:3.8-slim
19+
FROM python:3.11-slim
2020

2121
ARG BUILD_DATE=""
2222
ARG BUILD_VERSION="dev"

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
certifi==2024.6.2
2-
charset-normalizer==3.3.2
3-
click==8.1.7
4-
idna==3.7
1+
certifi==2025.1.31
2+
charset-normalizer==3.4.1
3+
click==8.1.8
4+
idna==3.10
55
oauthlib==3.2.2
66
openttd-helpers==1.4.0
77
requests==2.32.3
88
requests-oauthlib==2.0.0
9-
sentry-sdk==2.7.1
10-
urllib3==2.2.2
9+
sentry-sdk==2.21.0
10+
urllib3==2.3.0

0 commit comments

Comments
 (0)