File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
steps :
12
12
- name : Checkout repo
13
13
uses : actions/checkout@v3
14
- - name : ' Use Python 3.8 '
14
+ - name : ' Use Python 3.9 '
15
15
uses : actions/setup-python@v4
16
16
with :
17
- python-version : ' 3.8 '
17
+ python-version : ' 3.9 '
18
18
- run : |
19
19
python -m pip install --upgrade pip
20
20
pip install -r requirements.txt
@@ -32,19 +32,17 @@ jobs:
32
32
python3 -m pip install types-requests
33
33
mypy src/pyvesync
34
34
name: 'MyPy'
35
-
36
35
pytest :
37
36
runs-on : ubuntu-latest
38
37
strategy :
39
38
matrix :
40
39
python-version :
41
- - ' 3.8'
42
40
- ' 3.9'
43
41
- ' 3.10'
44
- - ' 3.11'
42
+ - ' 3.11'
45
43
steps :
46
44
- name : Checkout repo
47
- uses : actions/checkout@v3
45
+ uses : actions/checkout@v3
48
46
- name : ' Use Python ${{matrix.python-version}}'
49
47
uses : actions/setup-python@v4
50
48
with :
You can’t perform that action at this time.
0 commit comments