Skip to content

Commit 1e270c5

Browse files
authored
Update supported Python versions (kivy#2656)
1 parent 17395de commit 1e270c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def recursively_include(results, directory, patterns):
8989
description='Android APK packager for Python scripts and apps',
9090
long_description=long_description,
9191
long_description_content_type='text/markdown',
92-
python_requires=">=3.6.0",
92+
python_requires=">=3.7.0",
9393
author='The Kivy team',
9494
author_email='kivy-dev@googlegroups.com',
9595
url='https://github.com/kivy/python-for-android',
@@ -117,9 +117,10 @@ def recursively_include(results, directory, patterns):
117117
'Operating System :: Android',
118118
'Programming Language :: C',
119119
'Programming Language :: Python :: 3',
120-
'Programming Language :: Python :: 3.6',
121120
'Programming Language :: Python :: 3.7',
122121
'Programming Language :: Python :: 3.8',
122+
'Programming Language :: Python :: 3.9',
123+
'Programming Language :: Python :: 3.10',
123124
'Topic :: Software Development',
124125
'Topic :: Utilities',
125126
],

0 commit comments

Comments
 (0)