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:
1010 steps :
1111 - name : Checkout python-for-android
1212 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
1515 with :
16- python-version : 3.7
16+ python-version : 3.x
1717 - name : Run flake8
1818 run : |
1919 python -m pip install --upgrade pip
@@ -26,13 +26,13 @@ jobs:
2626 runs-on : ${{ matrix.os }}
2727 strategy :
2828 matrix :
29- python-version : [3.6, 3.7 ]
29+ python-version : ['3.7', '3.8', '3.9', '3.10' ]
3030 os : [ubuntu-latest, macOs-latest]
3131 steps :
3232 - name : Checkout python-for-android
3333 uses : actions/checkout@v2
3434 - name : Set up Python ${{ matrix.python-version }}
35- uses : actions/setup-python@v2.2.1
35+ uses : actions/setup-python@v2
3636 with :
3737 python-version : ${{ matrix.python-version }}
3838 - name : Tox tests
You can’t perform that action at this time.
0 commit comments