Skip to content

Commit 690309d

Browse files
authored
Update setup.py
1 parent 7577b21 commit 690309d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
author_email="sda@fstab.net",
1414
url="https://github.com/pytest-dev/pytest-twisted",
1515
py_modules=["pytest_twisted"],
16-
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
16+
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*',
1717
install_requires=["greenlet", "pytest>=2.3", "decorator"],
1818
extras_require={
1919
"dev": ["pre-commit", "black"],

0 commit comments

Comments
 (0)