Skip to content

Commit

Permalink
set python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored and fantix committed Feb 19, 2021
1 parent 70cafc8 commit c808a66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,5 +317,6 @@ def build_extensions(self):
],
include_package_data=True,
extras_require=EXTRA_DEPENDENCIES,
setup_requires=setup_requires
setup_requires=setup_requires,
python_requires='>=3.7',
)

0 comments on commit c808a66

Please sign in to comment.