diff options
| -rw-r--r-- | docs/installing.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/installing.rst b/docs/installing.rst index 53a0f5d..2f94efa 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -12,7 +12,6 @@ If you prefer using your system package manager to install Python packages, you can typically find the wheel package under one of the following package names: * python-wheel -* python2-wheel * python3-wheel .. _pip: https://pip.pypa.io/en/stable/ @@ -22,4 +21,4 @@ Python and OS Compatibility --------------------------- wheel should work on any Python implementation and operating system and is -compatible with Python version 2.7 and upwards of 3.4. +compatible with Python version 3.7 and upwards. |
