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

Drop support for python 2.6 #139

Closed
nichochar opened this issue Feb 17, 2017 · 2 comments
Closed

Drop support for python 2.6 #139

nichochar opened this issue Feb 17, 2017 · 2 comments

Comments

@nichochar
Copy link
Collaborator

We currently support it, but it's in end of life, and a lot of major libraries are dropping support in the near future:

It also forces us to use an old version of gevent in our tests, because of the following error:

```Collecting gevent (from -r test-requirements.txt (line 4))
  Downloading gevent-1.2.1.tar.gz (2.8MB)
    100% |████████████████████████████████| 2.8MB 510kB/s 
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-rPyEfW/gevent/setup.py", line 39, in <module>
        raise Exception("Please install gevent 1.1 for Python 2.6")
    Exception: Please install gevent 1.1 for Python 2.6```

@jparise @cgordon any thoughts?

@jparise
Copy link
Collaborator

jparise commented Feb 17, 2017

I agree, especially now that PyPy is 2.7 compatible. Years ago, that was a reason to maintain 2.6 support.

Let's make this change in a minor point release.

@nichochar
Copy link
Collaborator Author

Great, I think @jogo also agree, so that settles it, I'll make a PR and make a minor release after #137 and #138 go out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants