We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca657d commit 10fa0faCopy full SHA for 10fa0fa
.github/workflows/push.yml
@@ -33,7 +33,7 @@ jobs:
33
strategy:
34
fail-fast: false
35
matrix:
36
- python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
+ python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
37
os: [ubuntu-latest, macOs-latest]
38
steps:
39
- name: Checkout python-for-android
0 commit comments