We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399e450 commit 95ae946Copy full SHA for 95ae946
.github/workflows/push.yml
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ${{ matrix.os }}
33
strategy:
34
matrix:
35
- python-version: ['3.8', '3.9', '3.10', '3.11']
+ python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
36
os: [ubuntu-latest, macOs-latest]
37
steps:
38
- name: Checkout python-for-android
0 commit comments