Skip to content

Conversation

gvanrossum
Copy link
Member

Now that typed_ast 1.4.0 is released (whose main new feature is support for extra text after # type: ignore).

@gvanrossum gvanrossum requested a review from msullivan June 4, 2019 23:30
@@ -178,7 +178,7 @@ def run(self):
classifiers=classifiers,
cmdclass=cmdclass,
# When changing this, also update test-requirements.txt.
install_requires=['typed-ast >= 1.3.5, < 1.4.0',
install_requires=['typed_ast >= 1.4.0, < 1.5.0',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update test-requirements.txt also?

@gvanrossum gvanrossum merged commit 37cc2ea into python:master Jun 5, 2019
@gvanrossum gvanrossum deleted the typed-ast-dep branch June 5, 2019 00:11
PattenR pushed a commit to PattenR/mypy that referenced this pull request Jun 23, 2019
Now that typed_ast 1.4.0 is released (whose main new feature is support for extra text after # type: ignore).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants