Skip to content

Commit 95ae946

Browse files
committed
GitHub Actions: Add Python 3.12 and 3.13 to the testing
1 parent 399e450 commit 95ae946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ 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

0 commit comments

Comments
 (0)