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

Research into reducing hard dependency on Python 3.9 #9

Closed
calvinatian opened this issue Feb 12, 2022 · 1 comment
Closed

Research into reducing hard dependency on Python 3.9 #9

calvinatian opened this issue Feb 12, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@calvinatian
Copy link
Owner

calvinatian commented Feb 12, 2022

Right now the type hints restrict usage to Python 3.9 or above. Look into __future__ importing for older versions or refactoring how type hints are handled.

@calvinatian calvinatian added the enhancement New feature or request label Feb 12, 2022
@calvinatian calvinatian changed the title Research into reducing hard dependency on Python 3.10 Research into reducing hard dependency on Python 3.9 Feb 12, 2022
@calvinatian
Copy link
Owner Author

Added from __future__ import annotations to support Python 3.7 and up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant