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

re add support for active python versions #179

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mshafer-NI
Copy link

Python 3.8 is not EOL until October, and 3.9 is not EOL for a whole year beyond that.

By adding a dependency on future-typing and telling the interperter to use it for each source file, we are able to use Python 3.10 union typing syntax (e.g., int | None) while still supporting these active Python versions.

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.

1 participant