Skip to content

Commit 3f1648e

Browse files
committed
Set supported Python versions in setup.py
1 parent 94ac720 commit 3f1648e

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
@@ -28,6 +28,7 @@ def long_description():
2828
author_email="[email protected]",
2929
license="MIT",
3030
packages=["curtsies"],
31+
python_requires=">=3.6",
3132
install_requires=[
3233
"blessings>=1.5",
3334
"wcwidth>=0.1.4",

0 commit comments

Comments
 (0)