Skip to content

Commit 349aff6

Browse files
bddppqhouseroad
authored andcommitted
Skip install typing package for python >=3.5 (#2199)
No need to backport python/typing#573 (comment)
1 parent 28ca699 commit 349aff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def run(self):
286286
'protobuf',
287287
'numpy',
288288
'six',
289-
'typing>=3.6.4',
289+
'typing>=3.6.4; python_version < "3.5"',
290290
'typing-extensions>=3.6.2.1',
291291
])
292292

0 commit comments

Comments
 (0)