Skip to content

Commit

Permalink
updated the setup.py file to use Python versions 3.6 and 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
monocongo committed Feb 1, 2020
1 parent 8c831a8 commit 90771f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down

0 comments on commit 90771f3

Please sign in to comment.