-
Notifications
You must be signed in to change notification settings - Fork 225
Drop support for CPython 3.4 (manylinux1/manylinux2010) #427
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
Comments
CPython 3.4 has reached end-of-life in march 2019 Relates to pypa#427
This need not be a reason to keep support, but I'm just pointing out for the record that Ubuntu Trusty ships with Python 3.4 and won't be EOL until April 2022. |
More details on Trusty EOL: Python 3.4 keeps us from updating some python packages (or we'd need a specific requirement file) as well as upgrading OpenSSL (1.0.2 series is EOL) leading to potential security issues. |
I second this. We have several version upgrade PRs failing because of Python 3.4. We should just remove it. |
Python 3.4 was dropped from manylinux in `https://github.com/pypa/manylinux/issues/427` so that we cannot release it anymore.
Python 3.4 was dropped from manylinux in `https://github.com/pypa/manylinux/issues/427` so that we cannot release it anymore.
Python 3.4 was dropped from manylinux in `https://github.com/pypa/manylinux/issues/427` so that we cannot release it anymore.
Reopen => manylinux1 |
CPython 3.4 has reached end-of-life in march 2019
The text was updated successfully, but these errors were encountered: