Skip to content

Commit ecf1dd6

Browse files
committed
fix: ensure outcome version bind to the correct python version
1 parent b5d19a0 commit ecf1dd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ six==1.15.0
1010
tornado==5.1.1; python_version<"3.6"
1111
tornado==6.0.4; python_version>="3.6"
1212
trio==0.16.0; python_version>="3.6"
13-
outcome==1.1.0; python_version>="3.5"
13+
outcome==1.1.0; python_version>="3.6"
14+
outcome==1.0.1; python_version<="3.5"
1415
attrs==20.3.0; python_version>="3.5"

0 commit comments

Comments
 (0)