File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 99 FLAKE8 : venv/bin/flake8
1010 MYPY : venv/bin/mypy
1111 steps :
12- - uses : actions/checkout@v3
13- - name : Set up Python 3.8
14- uses : actions/setup-python@v3
12+ - uses : actions/checkout@v4
13+ - name : Set up Python 3.13
14+ uses : actions/setup-python@v5
1515 with :
16- python-version : 3.8
16+ python-version : 3.13
1717 - name : Set up virtualenv
1818 run : python -m venv venv
1919 - name : Install dependencies
@@ -31,13 +31,13 @@ jobs:
3131 runs-on : ubuntu-latest
3232 needs : lint
3333 steps :
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v4
3535 with :
3636 fetch-depth : 0
37- - name : Set up Python 3.8
38- uses : actions/setup-python@v4
37+ - name : Set up Python 3.13
38+ uses : actions/setup-python@v5
3939 with :
40- python-version : " 3.8 "
40+ python-version : " 3.13 "
4141 - name : Install dependencies
4242 run : |
4343 python -m pip install --upgrade pip build
You can’t perform that action at this time.
0 commit comments