Skip to content

Commit 8686961

Browse files
authored
Update python_requires to match supported python versions
1 parent dac24e7 commit 8686961

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
@@ -18,5 +18,5 @@
1818
]
1919
metadata["long_description"] = readme
2020
metadata["long_description_content_type"] = "text/markdown"
21-
metadata["python_requires"] = ">=3.5"
21+
metadata["python_requires"] = ">=3.7"
2222
setuptools.setup(**metadata)

0 commit comments

Comments
 (0)