Skip to content

Commit cdccf3d

Browse files
hugovkborntyping
authored andcommitted
Add python_requires to help pip and classifier for PyPI
1 parent ac4ccda commit cdccf3d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
':sys_platform=="win32"': ["colorama"],
1818
"development": ["black", "flake8", "mypy", "pytest", "types-colorama"],
1919
},
20+
python_requires=">=3.5",
2021
classifiers=[
2122
"Development Status :: 5 - Production/Stable",
2223
"Environment :: Console",
@@ -29,6 +30,7 @@
2930
"Programming Language :: Python :: 3.6",
3031
"Programming Language :: Python :: 3.7",
3132
"Programming Language :: Python :: 3.8",
33+
"Programming Language :: Python :: 3.9",
3234
"Topic :: Terminals",
3335
"Topic :: Utilities",
3436
],

0 commit comments

Comments
 (0)