Skip to content

Commit f468753

Browse files
committed
Mark package as not supporting 3.6
We no longer test against that version and it's officially EOL
1 parent 6b7797c commit f468753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
long_description=README,
3333
long_description_content_type="text/markdown",
3434
zip_safe=True,
35-
python_requires=">=3.6",
35+
python_requires=">=3.7",
3636
install_requires=["typing_extensions", "python-dateutil"],
3737
extras_require={
3838
"redis": redis_requirements,

0 commit comments

Comments
 (0)