Remove mention of minimum PyPy versions from the documentation (#5678)

This commit is contained in:
Laerte Pereira 2022-10-12 11:10:39 -03:00 committed by GitHub
parent e4f6545fe9
commit da9a2f8a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Supported Python versions
=========================
Scrapy requires Python 3.7+, either the CPython implementation (default) or
the PyPy 7.3.5+ implementation (see :ref:`python:implementations`).
the PyPy implementation (see :ref:`python:implementations`).
.. _intro-install-scrapy:
@ -219,7 +219,7 @@ After any of these workarounds you should be able to install Scrapy::
PyPy
----
We recommend using the latest PyPy version. The version tested is 5.9.0.
We recommend using the latest PyPy version.
For PyPy3, only Linux installation was tested.
Most Scrapy dependencies now have binary wheels for CPython, but not for PyPy.