Skip to content

Commit 83f35ab

Browse files
authored
Update setup.py: add classifiers & python_requires (kivy#2151)
* 📌 Update classifiers & add python_requires * 👌 Allow Python version > 3
1 parent 3aa2aec commit 83f35ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def recursively_include(results, directory, patterns):
8888
description='Android APK packager for Python scripts and apps',
8989
long_description=long_description,
9090
long_description_content_type='text/markdown',
91+
python_requires=">=3.6.0",
9192
author='The Kivy team',
9293
author_email='kivy-dev@googlegroups.com',
9394
url='https://github.com/kivy/python-for-android',
@@ -114,6 +115,9 @@ def recursively_include(results, directory, patterns):
114115
'Operating System :: Android',
115116
'Programming Language :: C',
116117
'Programming Language :: Python :: 3',
118+
'Programming Language :: Python :: 3.6',
119+
'Programming Language :: Python :: 3.7',
120+
'Programming Language :: Python :: 3.8',
117121
'Topic :: Software Development',
118122
'Topic :: Utilities',
119123
],

0 commit comments

Comments
 (0)