Skip to content

Commit

Permalink
Fix required pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
opoplawski authored and Tinche committed Oct 18, 2019
1 parent 86cd9a6 commit d07cd2d
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 @@ -40,7 +40,7 @@ def find_version():
"Framework :: Pytest",
],
python_requires=">= 3.5",
install_requires=["pytest >= 3.0.6"],
install_requires=["pytest >= 3.6.0"],
extras_require={
':python_version == "3.5"': "async_generator >= 1.3",
"testing": [
Expand Down

0 comments on commit d07cd2d

Please sign in to comment.