-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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 python3.4 support #1513
Comments
Yeah 3.4 has a coroutine bug which was fixed since 3.5 and 3.6 is actually better. However 3.4 users who use aiohttp on debian systems don't even have a final version of 3.5 so that is an issue their last version is 3.4 for now unless they can build from source. |
It's very tempting decision but I'm thinking about python 3.5 support in major linux distributions. |
Yeah, which is sad that means they would have to manually compile 3.6 but it is good thing not hard to do. Other than that if they can |
No, it's not an option. IIRC Blind |
@asvetlov do you know when debian is planing to upgrade? latest ubuntu lts already uses python3.5, i guess redhead should too. |
Debian Stretch ought to be released in the second half of 2017 if progress is as before. Seems it will include only 3.5, not 3.6 as freeze is around now. |
I haven't dropped 3.4 support in my libraries for similar reasons. Not every distro comes with it and truthfully if there's a compatibility layer then the effort of supporting 3.4 and 3.5+ is not too steep. |
Let's wait for a while |
i think it is time
The text was updated successfully, but these errors were encountered: