File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed
Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments