From ff4340bbb98b71be660129868f8eee96b7d2a7f0 Mon Sep 17 00:00:00 2001 From: mattip Date: Tue, 4 Oct 2022 12:23:18 +0300 Subject: [PATCH] Update docs with supported PyPy versions --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 46956fe25..4d47eb34d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -89,7 +89,7 @@ Python and OS Compatibility virtualenv works with the following Python interpreter implementations: - `CPython `_ versions 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10 -- `PyPy `_ 2.7 and 3.5+. +- `PyPy `_ 2.7, 3.8, 3.9 This means virtualenv works on the latest patch version of each of these minor versions. Previous patch versions are supported on a best effort approach.