Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Let's drop Python 3.3 & 3.4 support #304

Closed
asvetlov opened this issue Oct 12, 2017 · 5 comments
Closed

Let's drop Python 3.3 & 3.4 support #304

asvetlov opened this issue Oct 12, 2017 · 5 comments

Comments

@asvetlov
Copy link
Contributor

Python 3.3 is too old and not maintained anymore.
I doubt if anybody runs aioredis on this version.

Honestly it's time to drop 3.4 too -- the next aiohttp release most likely will support python 3.5+ only.

@hugovk
Copy link
Contributor

hugovk commented Oct 21, 2017

The numbers support this.

Here's the pip installs for aioredis from PyPI for the last month:

$ pypinfo --percent --pip aioredis pyversion
python_version percent download_count
-------------- ------- --------------
3.5              62.8%         16,277
3.6              35.7%          9,250
3.4               0.6%            152
2.7               0.5%            135
3.7               0.3%             73
3.3               0.1%             25
2.6               0.0%              1

@popravich popravich added this to the v1.0 milestone Nov 9, 2017
@popravich popravich changed the title Let's drop Python 3.3 support Let's drop Python 3.3 & 3.4 support Nov 9, 2017
@popravich
Copy link
Contributor

Lets drop 3.4 as well

@asvetlov
Copy link
Contributor Author

asvetlov commented Nov 9, 2017

BTW Next aiohttp release will be limited to Python 3.5.3+

@popravich
Copy link
Contributor

popravich commented Nov 10, 2017

TODO:

  • replace old-style @asyncio.coroutine with async def;
  • update tests;
  • rename py35_* tests;
  • drop old py34 examples

@popravich
Copy link
Contributor

Done.

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

No branches or pull requests

3 participants