Skip to content

Commit

Permalink
Merge pull request #2869 from Julian-O/test311
Browse files Browse the repository at this point in the history
Python versions: Update documentation & CI testing
  • Loading branch information
AndreMiras authored Jul 28, 2023
2 parents 32817fb + ce443a9 commit 8f536b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']
os: [ubuntu-latest, macOs-latest]
steps:
- name: Checkout python-for-android
Expand Down
4 changes: 2 additions & 2 deletions doc/source/buildoptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This page contains instructions for using different build options.
Python versions
---------------

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

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

Expand Down

0 comments on commit 8f536b4

Please sign in to comment.