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 32817fb commit 82aa8fbCopy full SHA for 82aa8fb
.github/workflows/push.yml
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ${{ matrix.os }}
33
strategy:
34
matrix:
35
- python-version: ['3.7', '3.8', '3.9', '3.10']
+ python-version: ['3.8', '3.9', '3.10', '3.11']
36
os: [ubuntu-latest, macOs-latest]
37
steps:
38
- name: Checkout python-for-android
0 commit comments