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

Makefile: Detect python verion and gracefully fail on unsupported version #7110

Merged
merged 2 commits into from
Sep 27, 2020

Conversation

akshayaurora
Copy link
Member

fixes #7109

@akshayaurora
Copy link
Member Author

closing in support for #7111

Makefile Outdated Show resolved Hide resolved
akshayaurora added a commit that referenced this pull request Sep 27, 2020
@akshayaurora
Copy link
Member Author

akshayaurora commented Sep 27, 2020

@matham made changes to makefile here and setup.cfg here #7112

Copy link
Member

@matham matham left a comment

Choose a reason for hiding this comment

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

LGTM (but I didn't test).

@akshayaurora akshayaurora merged commit fbeac05 into master Sep 27, 2020
@akshayaurora akshayaurora deleted the make_pyver_check branch September 27, 2020 17:45
@matham matham added this to the 2.0.0 milestone Oct 28, 2020
@matham matham changed the title Detect python verion and gracefully fail on unsupported ver. Makefile: Detect python verion and gracefully fail on unsupported version Dec 8, 2020
@matham matham added the Component: distribution Wheels, apt PPA, conda, end user install issues label Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: distribution Wheels, apt PPA, conda, end user install issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a check for python version in make and gracefully exit rather than fail on python version 2.
2 participants