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 17395de commit 1e270c5Copy full SHA for 1e270c5
setup.py
@@ -89,7 +89,7 @@ def recursively_include(results, directory, patterns):
89
description='Android APK packager for Python scripts and apps',
90
long_description=long_description,
91
long_description_content_type='text/markdown',
92
- python_requires=">=3.6.0",
+ python_requires=">=3.7.0",
93
author='The Kivy team',
94
author_email='kivy-dev@googlegroups.com',
95
url='https://github.com/kivy/python-for-android',
@@ -117,9 +117,10 @@ def recursively_include(results, directory, patterns):
117
'Operating System :: Android',
118
'Programming Language :: C',
119
'Programming Language :: Python :: 3',
120
- 'Programming Language :: Python :: 3.6',
121
'Programming Language :: Python :: 3.7',
122
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
123
+ 'Programming Language :: Python :: 3.10',
124
'Topic :: Software Development',
125
'Topic :: Utilities',
126
],
0 commit comments