Skip to content

Commit e8879b9

Browse files
committed
Fix old py3 versions
1 parent 1419684 commit e8879b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
wheel==0.24.0
2-
pytest==6.2.5 ; python_version > '3.4'
3-
pytest<5.0 ; python_version < '3.0'
4-
pytest-cov==3.0.0 ; python_version > '3.4'
5-
pytest-cov<3.0.0 ; python_version < '3.0'
2+
pytest==6.2.5 ; python_version >= '3.6'
3+
pytest<5.0 ; python_version < '3.6'
4+
pytest-cov==3.0.0 ; python_version >= '3.6'
5+
pytest-cov<3.0.0 ; python_version < '3.6'
66
hypothesis==3.1.0 ; python_version < '3.8'
77
hypothesis==5.5.4 ; python_version == '3.8'
88
hypothesis==5.35.4 ; python_version == '3.9'

0 commit comments

Comments
 (0)