-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Python 3.4.0 support #676
Copy link
Copy link
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.
Reactions are currently unavailable