Skip to content

Commit

Permalink
Require Python 3.7 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Jun 7, 2022
1 parent 1087dce commit 799000a
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 @@ -41,7 +41,7 @@ def get_version(fname="flake8_rst_docstrings.py"):
],
keywords="PEP 287, pep287, docstrings, rst, reStructuredText",
py_modules=["flake8_rst_docstrings"],
python_requires=">=3.6",
python_requires=">=3.7",
install_requires=[
"flake8 >= 3.0.0",
"restructuredtext_lint",
Expand Down

0 comments on commit 799000a

Please sign in to comment.