Skip to content

Commit ca632a0

Browse files
committed
Use newer hypothesis version for 3.8 support
1 parent e676225 commit ca632a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ tox==1.4.2
44
wheel==0.24.0
55
coverage==5.0.3 ; python_version == '3.8'
66
coverage==3.7.1 ; python_version != '3.8'
7-
hypothesis==3.1.0
7+
hypothesis==3.1.0 ; python_version != '3.8'
8+
hypothesis==5.5.4 ; python_version == '3.8'

0 commit comments

Comments
 (0)