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 is 3.7+ #9818

Open
nickdrozd opened this issue Jul 20, 2024 · 0 comments
Open

from __future__ import annotations is 3.7+ #9818

nickdrozd opened this issue Jul 20, 2024 · 0 comments
Labels
Enhancement ✨ Improvement to a component Needs PR This issue is accepted, sufficiently specified and now needs an implementation py-version python 3.7 typing

Comments

@nickdrozd
Copy link
Collaborator

Current problem

from __future__ import annotations doesn't work on Python versions 3.6 and earlier.

Desired solution

When running with py-version=3.6 or earlier, flag it.

Additional context

@jacobtylerwalls jacobtylerwalls added the Needs PR This issue is accepted, sufficiently specified and now needs an implementation label Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement ✨ Improvement to a component Needs PR This issue is accepted, sufficiently specified and now needs an implementation py-version python 3.7 typing
Projects
None yet
Development

No branches or pull requests

2 participants