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 9
9
FLAKE8 : venv/bin/flake8
10
10
MYPY : venv/bin/mypy
11
11
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
15
15
with :
16
- python-version : 3.8
16
+ python-version : 3.13
17
17
- name : Set up virtualenv
18
18
run : python -m venv venv
19
19
- name : Install dependencies
@@ -31,13 +31,13 @@ jobs:
31
31
runs-on : ubuntu-latest
32
32
needs : lint
33
33
steps :
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@v4
35
35
with :
36
36
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
39
39
with :
40
- python-version : " 3.8 "
40
+ python-version : " 3.13 "
41
41
- name : Install dependencies
42
42
run : |
43
43
python -m pip install --upgrade pip build
You can’t perform that action at this time.
0 commit comments