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

Drop pypy3 (temporarily) #223

Merged
merged 3 commits into from
Dec 2, 2016
Merged

Drop pypy3 (temporarily) #223

merged 3 commits into from
Dec 2, 2016

Conversation

Nurdok
Copy link
Member

@Nurdok Nurdok commented Nov 27, 2016

PyPy3 currently only implements the equivalent of CPython 3.2, which we don't support. Pip has also dropped support for PyPy3, resulting in the following build error:

/home/travis/virtualenv/pypy3-2.4.0/site-packages/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/_vendor/pkg_resources/__init__.py:83: UserWarning: Support for Python 3.0-3.2 has been dropped. Future versions will fail here.
pip requires Python '>=2.6,!=3.0.*,!=3.1.*,!=3.2.*' but the running Python is 3.2.5

Support for PyPy3 will be restored when it is supported by Pip, and when it will implement a newer equivalent version for CPython (3.3 or higher).

@Nurdok Nurdok self-assigned this Nov 27, 2016
@Nurdok Nurdok merged commit 511b2c3 into PyCQA:master Dec 2, 2016
@Nurdok Nurdok deleted the feature/drop-pypy3 branch December 2, 2016 12:05
@peterjc
Copy link
Contributor

peterjc commented Apr 19, 2017

I noticed this issue noted in the v2.0.0 release notes - but PyPy3.5 v5.7 is out now and supports the equivalent of CPython 3.5

This isn't available on TravisCI by default yet, but that can be worked around - see travis-ci/travis-ci#6727

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

Successfully merging this pull request may close these issues.

2 participants