Skip to content

Commit c96252e

Browse files
committed
Fix python version
1 parent f108755 commit c96252e

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
@@ -33,7 +33,7 @@
3333
"Programming Language :: Python :: 3.5",
3434
"Programming Language :: Python :: 3.6"
3535
],
36-
python_requires='>=3.6',
36+
python_requires='>=3.5',
3737
license="GPLv3",
3838
platforms=["any"],
3939
keywords="python, microservices",

0 commit comments

Comments
 (0)