Skip to content

Commit 5a67f27

Browse files
authored
GitHub Actions: Add Python 3.12 and 3.13 to the testing
1 parent 9bfa3eb commit 5a67f27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout python-for-android
1818
uses: actions/checkout@v4
1919
- name: Set up Python 3.x
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: 3.x
2323
- name: Run flake8
@@ -32,13 +32,13 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
strategy:
3434
matrix:
35-
python-version: ['3.8', '3.9', '3.10', '3.11']
35+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
3636
os: [ubuntu-latest, macOs-latest]
3737
steps:
3838
- name: Checkout python-for-android
3939
uses: actions/checkout@v4
4040
- name: Set up Python ${{ matrix.python-version }}
41-
uses: actions/setup-python@v4
41+
uses: actions/setup-python@v5
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444
- name: Tox tests

0 commit comments

Comments
 (0)