Skip to content

Commit

Permalink
Use the latest typed-ast across the board
Browse files Browse the repository at this point in the history
  • Loading branch information
PCManticore committed Mar 5, 2019
1 parent 5443588 commit 9a4e1ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions astroid/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"six",
"wrapt",
'typing;python_version<"3.5"',
'typed-ast>=1.3.0;python_version>="3.7" and implementation_name== "cpython"',
'typed-ast<1.3.0;python_version<"3.7" and implementation_name== "cpython"',
'typed-ast>=1.3.0;implementation_name== "cpython"',
]

# pylint: disable=redefined-builtin; why license is a builtin anyway?
Expand Down

0 comments on commit 9a4e1ac

Please sign in to comment.