Skip to content

Commit 8f536b4

Browse files
authored
Merge pull request kivy#2869 from Julian-O/test311
Python versions: Update documentation & CI testing
2 parents 32817fb + ce443a9 commit 8f536b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
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.7', '3.8', '3.9', '3.10']
35+
python-version: ['3.8', '3.9', '3.10', '3.11']
3636
os: [ubuntu-latest, macOs-latest]
3737
steps:
3838
- name: Checkout python-for-android

doc/source/buildoptions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This page contains instructions for using different build options.
88
Python versions
99
---------------
1010

11-
python-for-android supports using Python 3.7 or higher. To explicitly select a Python
12-
version in your requirements, use e.g. ``--requirements=python3==3.7.1,hostpython3==3.7.1``.
11+
python-for-android supports using Python 3.8 or higher. To explicitly select a Python
12+
version in your requirements, use e.g. ``--requirements=python3==3.10.11,hostpython3==3.10.11``.
1313

1414
The last python-for-android version supporting Python2 was `v2019.10.06 <https://github.com/kivy/python-for-android/archive/v2019.10.06.zip>`__
1515

0 commit comments

Comments
 (0)