-
Notifications
You must be signed in to change notification settings - Fork 179
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 python 3.2 #132
Comments
I agree. Let's drop it. |
Unfortunately, I misunderstood the problem. The question is actually whether we should (temporarily probably) drop support for pypy3. Indeed pypy3 is using a python version of 3.2, and virtualenv and pip have dropped support for it, breaking the CI of pymemcache. It's a bit of a head scratcher. Ideally I could bump the python pypy3 is using to python 3.3 but I believe support for that isn't yet live. I have asked the pypy folks in IRC about this, and they said a pypy3 with python 3.3 is already in alpha. I have a hard time knowing how many people are using the pypy3 version. Maybe we simply remove the test in CI for now, and add it back when the python 3.3 is supported? I think this pip ticket is related |
Chatting with a guy on the IRC #pypy channel who is having the same issue (I think this may be common), a few notes:
|
Relevant travic-ci ticket, pasting the explanation of the bug:
|
After looking into how different people solve this, it seems like the travis folks don't care about supporting pypy3 on different python interpreters. For now, I will deactivate the pypy3 integration testing, following influx-db-python and others. |
Our build tool has automatically updated pip and virtualenv, and these new versions have dropped support for python 3.2.
Googling around, I have found that a lot of people have dropped support of python 3.0, 3.1 and 3.2. This seems to be a common trend. Here are a few examples:
I vote we drop support, but wanted to get a global view.
@jparise @cgordon any opinions here?
The text was updated successfully, but these errors were encountered: