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

Test, build, and support python3.6 #180

Closed
asottile opened this issue Jan 7, 2017 · 5 comments
Closed

Test, build, and support python3.6 #180

asottile opened this issue Jan 7, 2017 · 5 comments

Comments

@asottile
Copy link
Member

asottile commented Jan 7, 2017

3.6 is out! We should test against it (by modifying .travis.yml, appveyor.yml, tox.ini) and release against it (need to modify build_manylinux_wheels.py) and declare we support it setup.py

Should we stop building against python3.4? I think it's reasonable to support python2.7 + the last two python3 releases -- does that seem reasonable (we don't have any version-specific patches for python3 anyway)?

@dahlia
Copy link
Member

dahlia commented Jan 7, 2017

Unless we need any feature Python 3.4 doesn't provide, I'd like to support Python 3.4+. I still maintain some private projects using 3.4 at work. Upgrading these project to 3.5 or 3.6 is possible though.

@frostbtn
Copy link

frostbtn commented Jan 7, 2017

Should we stop building against python3.4?

That's one frightening proposal. Debian Linux has only 3.4 at the moment, and will include 3.5 no earlier than February, and 3.6 is (probably) somewhere in 2019 :)

If it's not involve too much hustles, please, keep 3.4 for 2017.

@asottile
Copy link
Member Author

asottile commented Jan 7, 2017

Sounds good, I'll keep python3.4 for now :)

@asottile
Copy link
Member Author

asottile commented Jan 7, 2017

Is it reasonable to drop python3.3 from testing? We don't provide releases for it

@dahlia
Copy link
Member

dahlia commented Jan 7, 2017 via email

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

No branches or pull requests

3 participants