-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
build: raise the minimum Python version from 2.6 to 2.7 #1818
Conversation
As discussed in #1811
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already marked semver-major, I think we can do this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved and landed in 9db85ed
@cclauss if you use this repo for your branches, consider prefixing them with your name. It makes it easier to see who's doing what and what might be deleteable: |
As discussed in #1811, this change aligns our code with our docs.
Checklist
npm install && npm test
passesDescription of change
Raise the minimum acceptable Python version from 2.6 to 2.7.
@nodejs/python