Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Jul 10, 2024
1 parent 7577b21 commit 690309d
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 @@ -13,7 +13,7 @@
author_email="[email protected]",
url="https://github.com/pytest-dev/pytest-twisted",
py_modules=["pytest_twisted"],
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*',
install_requires=["greenlet", "pytest>=2.3", "decorator"],
extras_require={
"dev": ["pre-commit", "black"],
Expand Down

0 comments on commit 690309d

Please sign in to comment.