Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Python 3.7 Trove classifier #6206

Merged
merged 1 commit into from
Jan 17, 2019
Merged

Conversation

gvanrossum
Copy link
Member

@gvanrossum gvanrossum commented Jan 16, 2019

The only thing we technically don't yet support is that in 3.7,
async and await are always keywords. But this is at best a false
negative. Similarly, mypy doesn't change its behavior based on the
presence of from __future__ import annotations -- it always
implements the 3.7 behavior for annotations.

The only thing we technically don't yet support is that in 3.7,
'async' and 'await' are always keywords.  But this is at best a false
negative.  Similarly, mypy doesn't change its behavior based on the
presence of 'from __future__ import annotations' -- it always
implements the 3.7 behavior for annotations.
@msullivan msullivan merged commit 7300f68 into python:master Jan 17, 2019
@gvanrossum gvanrossum deleted the classifier-3-7 branch January 17, 2019 01:19
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