Skip to content

Commit

Permalink
re
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Nov 13, 2023
1 parent bdd71ee commit a7af375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ def make_distribution(self):
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
],
install_requires=["six", "toml", "pathlib ; python_version<'3'"],
python_requires=">3.0, !=3.0.*, !=3.1.*, !=3.2.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, <4",
install_requires=["six", "toml", "pathlib ; python_version<'3'", 'black'],
python_requires=">3.6, <4",
tests_require=['pexpect>=3.3', 'pytest', 'epydoc', 'rlipython', 'requests'],
cmdclass = {
'test' : PyTest,
Expand Down

0 comments on commit a7af375

Please sign in to comment.