Skip to content

Commit b29c386

Browse files
committed
Merge PR #42
This change sets a minimum required pytest version to 3.10.
2 parents 8459d79 + 664645a commit b29c386

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
@@ -19,7 +19,7 @@
1919
],
2020
},
2121
zip_safe=False,
22-
install_requires=['py', 'pytest>=3.1.0'],
22+
install_requires=['py', 'pytest>=3.10'],
2323
setup_requires=['setuptools_scm'],
2424
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
2525
classifiers=[

0 commit comments

Comments
 (0)