-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
ENH add py27 command #345
ENH add py27 command #345
Conversation
It would be kinda cool if this were able to add any old version of Python, eg it also worked for 3.5. I don't think it would be a big modification to the PR. |
@scopatz good to merge? |
bump here @scopatz |
Thanks! |
You need to add |
For windows sure, but we are deprecating vs2008 and we have trouble with those on azure, so I decided to punt. |
"`conda-forge` provides no support for Python {pyver} " | ||
"builds and " | ||
"all builds are provided on an " | ||
"\"as-is\" basis.\n".format(pyver=pyver) |
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.
Can you also add that win
builds here are deprecated as vs2008 is not built anymore?
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.
Ahh yeah. Will make another pr.
Checklist