Skip to content

Commit 48fed61

Browse files
authored
Upgrade: Bump Python to 3.11 (#337)
This includes a dependency-bump, as it might add/remove polyfill libraries
1 parent 0bcc0be commit 48fed61

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Python
4747
uses: actions/setup-python@v5
4848
with:
49-
python-version: 3.8
49+
python-version: 3.11
5050

5151
- name: Install dependencies
5252
run: python -m pip install -r requirements.txt

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Python
3838
uses: actions/setup-python@v5
3939
with:
40-
python-version: 3.8
40+
python-version: 3.11
4141

4242
- name: Install dependencies
4343
run: python -m pip install -r requirements.txt
@@ -51,7 +51,7 @@ jobs:
5151
name: CodeQL
5252
uses: OpenTTD/actions/.github/workflows/rw-py-codeql.yml@v5
5353
with:
54-
python-version: 3.8
54+
python-version: 3.11
5555

5656
flake8:
5757
name: Flake8
@@ -64,7 +64,7 @@ jobs:
6464
uses: OpenTTD/actions/.github/workflows/rw-py-black.yml@v5
6565
with:
6666
python-path: fetch_downloads
67-
python-version: 3.8
67+
python-version: 3.11
6868

6969
annotation_check:
7070
name: Annotation Check

requirements.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
aiohttp==3.9.5
2-
aiosignal==1.3.1
3-
async-timeout==4.0.3
4-
attrs==23.2.0
5-
frozenlist==1.4.1
6-
idna==3.7
7-
multidict==6.0.5
8-
PyYAML==6.0.1
9-
yarl==1.9.4
1+
aiohappyeyeballs==2.4.4
2+
aiohttp==3.11.11
3+
aiosignal==1.3.2
4+
attrs==24.3.0
5+
frozenlist==1.5.0
6+
idna==3.10
7+
multidict==6.1.0
8+
propcache==0.2.1
9+
PyYAML==6.0.2
10+
yarl==1.18.3

0 commit comments

Comments
 (0)