Skip to content

Commit

Permalink
Mark package as not supporting 3.6
Browse files Browse the repository at this point in the history
We no longer test against that version and it's officially EOL
  • Loading branch information
calpaterson committed Dec 8, 2022
1 parent 6b7797c commit f468753
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 @@ -32,7 +32,7 @@
long_description=README,
long_description_content_type="text/markdown",
zip_safe=True,
python_requires=">=3.6",
python_requires=">=3.7",
install_requires=["typing_extensions", "python-dateutil"],
extras_require={
"redis": redis_requirements,
Expand Down

0 comments on commit f468753

Please sign in to comment.