-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Would it be possible to add back Python 3.4.0 support? Ubuntu 14.04 LTS comes with Python 3.4.0, so it is still a very common Python 3 version.
I depend on aiohttp in https://github.com/ludios/grab-site and it would be a hassle for my users to install another Python.
File "/tmp/pip_build_grab/aiohttp/setup.py", line 61, in <module>
raise RuntimeError("aiohttp requires Python 3.4.1+")
RuntimeError: aiohttp requires Python 3.4.1+
08cedb8 dropped support for 3.4.0.