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

Install typing conditionally #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

curita
Copy link

@curita curita commented Jun 8, 2021

Updated typing's install requirement in setup.py to only install it in older python 3 versions as described in https://pypi.org/project/typing/, as this is a builtin library since python 3.5.

Installing typing when it's also available as a builtin library causes issues in some situations as they are no longer in sync, so it shouldn't be required if it can be avoided.

Updated `typing`'s install requirement in setup.py to only install it in older python 3 versions as described in https://pypi.org/project/typing/, as this is a builtin library since python 3.5.

Installing `typing` when it's also available as a builtin library causes issues in some situations as they are no longer in sync, so it shouldn't be required if it can be avoided.
Copy link
Contributor

@lopuhin lopuhin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks @curita 👍

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.

2 participants