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

from __future__ import annotations now implies 3.7+ #2690

Merged
merged 1 commit into from Dec 14, 2021

Conversation

isidentical
Copy link
Collaborator

Resolves #1630. This PR adds the basic infrastructure for that, so the future PRs (e.g for print_function) can easily use it without touching the core logic.

@JelleZijlstra JelleZijlstra merged commit ab86513 into psf:main Dec 14, 2021
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.

use from __future__ import annotations to imply --target-version=py37
2 participants