File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525 - name : Set up Python 3.12
2626 uses : actions/setup-python@v6
2727 with :
28- python-version : 3.13
28+ python-version : 3.14
2929 - name : Run World screenshots generation script
3030 run : |
3131 ./tools/test/generateWorldScreenshots.py
Original file line number Diff line number Diff line change 3737 - name : Set up Python 3.12
3838 uses : actions/setup-python@v6
3939 with :
40- python-version : 3.13
40+ python-version : 3.14
4141 - name : Search for invalid screenshot files
4242 run : ./tools/test/checkInvalidScreenshots.py
4343
5858 - name : Set up Python 3.12
5959 uses : actions/setup-python@v6
6060 with :
61- python-version : 3.13
61+ python-version : 3.14
6262 - name : Search for invalid dependencies
6363 run : ./tools/dependencies/checkDependencies.py
6464
Original file line number Diff line number Diff line change 2424 - name : Set up Python 3.12
2525 uses : actions/setup-python@v6
2626 with :
27- python-version : 3.13
27+ python-version : 3.14
2828 - name : Setup Localazy
2929 run : |
3030 curl -sS https://dist.localazy.com/debian/pubkey.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/localazy.gpg
Original file line number Diff line number Diff line change 1616 - name : Set up Python 3.12
1717 uses : actions/setup-python@v6
1818 with :
19- python-version : 3.13
19+ python-version : 3.14
2020 - name : Install Prerequisite dependencies
2121 run : |
2222 pip install requests
You can’t perform that action at this time.
0 commit comments