Now that PyPy 3.5 is GA (and has had a patch release) it's time to drop support for any PyPy 3 version before 3.5. We currently test against pypy3-2.4, which is based on Python 3.2 (which we dropped support for in PyMongo 3.3). PyPy 3.3 never went GA and we never supported it.
Work required:
- Remove "pypy3" from the Evergreen matrix (keep "pypy3.5")
- Update the changelog to says we've dropped support for it.
- Remove any other references to PyPy 3.2 from the docs.
- is depended on by
-
PYTHON-1541 Use python_requires to enforce required Python versions at install time
- Closed