File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
steps :
11
11
- name : Checkout python-for-android
12
12
uses : actions/checkout@v2
13
- - name : Set up Python 3.7
14
- uses : actions/setup-python@v2.2.1
13
+ - name : Set up Python 3.x
14
+ uses : actions/setup-python@v2
15
15
with :
16
- python-version : 3.7
16
+ python-version : 3.x
17
17
- name : Run flake8
18
18
run : |
19
19
python -m pip install --upgrade pip
@@ -26,13 +26,13 @@ jobs:
26
26
runs-on : ${{ matrix.os }}
27
27
strategy :
28
28
matrix :
29
- python-version : [3.6, 3.7 ]
29
+ python-version : ['3.7', '3.8', '3.9', '3.10' ]
30
30
os : [ubuntu-latest, macOs-latest]
31
31
steps :
32
32
- name : Checkout python-for-android
33
33
uses : actions/checkout@v2
34
34
- name : Set up Python ${{ matrix.python-version }}
35
- uses : actions/setup-python@v2.2.1
35
+ uses : actions/setup-python@v2
36
36
with :
37
37
python-version : ${{ matrix.python-version }}
38
38
- name : Tox tests
You can’t perform that action at this time.
0 commit comments