forked from kivy/python-for-android
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update supported Python versions (kivy#2656)
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
@@ -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', | ||
], | ||
|