Skip to content

Commit 06dd1e0

Browse files
authored
Update python versions matrix on CI (kivy#2534)
1 parent a9eee16 commit 06dd1e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)