Skip to content

Commit

Permalink
Add minimum Python version to packaging metadata (#7222)
Browse files Browse the repository at this point in the history
See #7221 and #6564.
  • Loading branch information
astrojuanlu authored and JukkaL committed Jul 17, 2019
1 parent 9508e0e commit 61644b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -184,5 +184,6 @@ def run(self):
],
# Same here.
extras_require={'dmypy': 'psutil >= 4.0'},
python_requires=">=3.5",
include_package_data=True,
)

0 comments on commit 61644b7

Please sign in to comment.