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

Stop installing typing on Python 3.5+ #148

Merged
merged 1 commit into from
May 25, 2020

Conversation

pquentin
Copy link
Contributor

Installing https://pypi.org/project/typing/ is not needed on Python 3.5+. Additionally, a bug in pip means that having typing from PyPI breaks some commands on Python 3.7 and 3.8. Our only dependency that installed typing inconditionally is pycalver, so this pull request fixes the issue.

Thanks!

@mbarkhau
Copy link
Owner

Indeed, have this fixed already on other similar projects. Thanks for the PR!

@mbarkhau mbarkhau merged commit 85801f1 into mbarkhau:master May 25, 2020
@pquentin pquentin deleted the conditional-typing-install branch May 25, 2020 07:43
si14 added a commit to MELScience/google-measurement-protocol that referenced this pull request Sep 3, 2020
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