Skip to content

Commit 84fa094

Browse files
committed
Specify in setup.py that it requires 3.6+
1 parent 51a6d9a commit 84fa094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,5 @@ def get_package_data(package):
8484
package_data=get_package_data(package),
8585
install_requires=install_requires,
8686
classifiers=[],
87+
python_requires=">=3.6"
8788
)

0 commit comments

Comments
 (0)