diff --git a/setup.py b/setup.py index 5fcb717..c40409e 100644 --- a/setup.py +++ b/setup.py @@ -15,12 +15,13 @@ long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/monocongo/cvdata", - python_requires=">=3.7", + python_requires=">=3.6,<3.8", provides=[ "cvdata", ], classifiers=[ "License :: OSI Approved :: MIT License", + "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Operating System :: OS Independent", ],