Skip to content

Commit 6ec7e6f

Browse files
committed
👌 Allow Python version > 3
1 parent 6c9f34c commit 6ec7e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +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.*,>=3.6.0",
91+
python_requires=">=3.6.0",
9292
author='The Kivy team',
9393
author_email='kivy-dev@googlegroups.com',
9494
url='https://github.com/kivy/python-for-android',

0 commit comments

Comments
 (0)