Skip to content

Commit

Permalink
Update supported Python versions (kivy#2656)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 authored and ShyamQt committed Feb 17, 2023
1 parent e413cef commit 2802c29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def recursively_include(results, directory, patterns):
description='Android APK packager for Python scripts and apps',
long_description=long_description,
long_description_content_type='text/markdown',
python_requires=">=3.6.0",
python_requires=">=3.7.0",
author='The Kivy team',
author_email='[email protected]',
url='https://github.com/kivy/python-for-android',
Expand Down Expand Up @@ -117,9 +117,10 @@ def recursively_include(results, directory, patterns):
'Operating System :: Android',
'Programming Language :: C',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Software Development',
'Topic :: Utilities',
],
Expand Down

0 comments on commit 2802c29

Please sign in to comment.