Skip to content
New issue

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

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

Already on GitHub? # to your account

todo when bump minimum Python version to 3.11 #352

Open
maread99 opened this issue Sep 22, 2024 · 0 comments
Open

todo when bump minimum Python version to 3.11 #352

maread99 opened this issue Sep 22, 2024 · 0 comments
Labels
maintenance Keeping it all up to date TODO What it says on the tin

Comments

@maread99
Copy link
Owner

  • Try losing remaining from __future__ import annotations lines (if can't lose these lines for any reason then move this point forward for review when bump to 3.12). Currently required in order to:
    • use typing.TYPE_CHECKER to avoid type annotations causing circular imports.
    • use | in a typed return.
    • use classes defined in a module as type annotations elsewhere within that same module.
@maread99 maread99 added TODO What it says on the tin maintenance Keeping it all up to date labels Sep 22, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
maintenance Keeping it all up to date TODO What it says on the tin
Projects
None yet
Development

No branches or pull requests

1 participant