We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f669ef + 8ef5726 commit 950c0d7Copy full SHA for 950c0d7
setup.py
@@ -34,7 +34,8 @@ def read(fname):
34
install_requires=[
35
"attrs>=19.0",
36
"filelock>=3.0",
37
- "pytest>=4.6",
+ 'pytest>=4.6; python_version>="3.5" and python_version<"3.10"',
38
+ 'pytest>=6.2; python_version>="3.10"',
39
'mypy>=0.500; python_version<"3.8"',
40
'mypy>=0.700; python_version>="3.8" and python_version<"3.9"',
41
'mypy>=0.780; python_version>="3.9"',
0 commit comments