Skip to content

Commit

Permalink
Update setup.py (#7534)
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy authored and thedrow committed May 25, 2022
1 parent 7dfc1fd commit 34b99fc
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 @@ -163,7 +163,7 @@ def run_tests(self):
license='BSD',
platforms=['any'],
install_requires=install_requires(),
python_requires=">=3.7,",
python_requires=">=3.7",
tests_require=reqs('test.txt'),
extras_require=extras_require(),
cmdclass={'test': pytest},
Expand Down

0 comments on commit 34b99fc

Please sign in to comment.