Skip to content

Commit 9623e82

Browse files
authored
Requiring latest release of concurrent futures backport. (#4521)
See: agronholm/pythonfutures#63
1 parent 06b7c45 commit 9623e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
]
6363

6464
EXTRAS_REQUIREMENTS = {
65-
':python_version<"3.2"': ['futures >= 3.0.0'],
65+
':python_version<"3.2"': ['futures >= 3.2.0'],
6666
'grpc': ['grpcio >= 1.7.0'],
6767
}
6868

0 commit comments

Comments
 (0)