From d78588e4f50f39fbbbb3b322b47a5cbe94f59026 Mon Sep 17 00:00:00 2001 From: Evan Chong <40609285+evantkchong@users.noreply.github.com> Date: Sat, 15 Apr 2023 06:29:31 +0800 Subject: [PATCH] Update the tested Python versions to match README The following commit https://github.com/python-virtualenvwrapper/virtualenvwrapper/commit/af41484a4709503f6029830b91eb0ec0b4abb2a0 missed out on updating the tested Python versions in the documentation --- docs/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 94de69e..7271cab 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -75,7 +75,7 @@ can download virtualenvwrapper-powershell_ from PyPI. Python Versions =============== -virtualenvwrapper is tested under Python 2.7-3.6. +virtualenvwrapper is tested under Python 3.8 - 3.11. .. _install-basic: