diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-12-24 00:42:03 +0200 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-12-24 00:42:03 +0200 |
| commit | 64d0b8d779b5b41bacea2ef3b59f3e06f0e683ed (patch) | |
| tree | 68dfeab21ddb680bcc5497350f091918369e4335 | |
| parent | 423050f2fbbe3b64b8f4daf369318a212caf07c8 (diff) | |
| download | wheel-git-64d0b8d779b5b41bacea2ef3b59f3e06f0e683ed.tar.gz | |
Removed mentions of old Python versions in the installation docs
| -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. |
