-
Notifications
You must be signed in to change notification settings - Fork 54
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
Comments
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. |
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. |
Sounds good, I'll keep python3.4 for now :) |
Is it reasonable to drop python3.3 from testing? We don't provide releases for it |
3.3 is felt too old to me. 🤔
…On Sun, Jan 8, 2017 at 5:43 Anthony Sottile ***@***.***> wrote:
Is it reasonable to drop python3.3 from testing? We don't provide releases
for it
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#180 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAwjyjIJcJ7oWmPV8ojVA4FaNPrs7yEks5rP_jcgaJpZM4LdguQ>
.
|
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 itsetup.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)?
The text was updated successfully, but these errors were encountered: