Skip to content

Commit

Permalink
Merge PR #42
Browse files Browse the repository at this point in the history
This change sets a minimum required pytest version to 3.10.
  • Loading branch information
webknjaz committed Jun 26, 2020
2 parents 8459d79 + 664645a commit b29c386
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 @@ -19,7 +19,7 @@
],
},
zip_safe=False,
install_requires=['py', 'pytest>=3.1.0'],
install_requires=['py', 'pytest>=3.10'],
setup_requires=['setuptools_scm'],
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
classifiers=[
Expand Down

0 comments on commit b29c386

Please sign in to comment.