Skip to content

Update typed_ast dep to 1.4.0+#6937

Merged
gvanrossum merged 2 commits intopython:masterfrom
gvanrossum:typed-ast-dep
Jun 5, 2019
Merged

Update typed_ast dep to 1.4.0+#6937
gvanrossum merged 2 commits intopython:masterfrom
gvanrossum:typed-ast-dep

Conversation

@gvanrossum
Copy link
Copy Markdown
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
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
Copy Markdown
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