Skip to content

Commit

Permalink
Update python_requires to match supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gopackgo90 authored Jun 23, 2022
1 parent dac24e7 commit 8686961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
]
metadata["long_description"] = readme
metadata["long_description_content_type"] = "text/markdown"
metadata["python_requires"] = ">=3.5"
metadata["python_requires"] = ">=3.7"
setuptools.setup(**metadata)

0 comments on commit 8686961

Please sign in to comment.