-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Drop support for EOL Python 2.6 #203
Conversation
Thanks for following up comments with code :) The delay in responding is down to PR #202, opened just two days before this one, which ought to be merged first. Once that's finished, we'll move onto this... |
PR #202 is now merged, I've rebased this on master. |
Thanks for updating your PR. I'd be happy for this to be merged, and I think it's ok for the next release of param not to support 2.6. (@jbednar, ok to merge, or do you see any problems?) |
Looks good; happy to see the end of 2.6! |
…nce #203); be explicit about using setuptools (pip always uses setuptools, even if you don't import setuptools).
…nce #203); be explicit about using setuptools (pip always uses setuptools, even if you don't import setuptools).
* Declare that only python 2.7+ is supported (true since #203) * Be explicit about using setuptools (pip always uses setuptools, even if you don't import setuptools). Python.org python 2.7.0-2.7.8 and 3.0-3.3 users will now need to install pip/setuptools before installing param.
Fixes #175.