diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-01 18:31:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-01 18:31:19 -0500 |
| commit | 95accbbd4f5d3fd1ac29b306e986fce967fde865 (patch) | |
| tree | 37b7940b35fb07da159e24f1bc3baca1b6ae97ca /docs | |
| parent | 3d5b7775b7b7ee6c0b354a04fe1d33c1f9b0e5df (diff) | |
| parent | dc868755d53520895d96ec0251a66df562a37095 (diff) | |
| download | python-setuptools-git-95accbbd4f5d3fd1ac29b306e986fce967fde865.tar.gz | |
Merge pull request #1908 from benoit-pierre/drop_py34_support
drop support for Python 3.4
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/easy_install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/easy_install.txt b/docs/easy_install.txt index 544b9efd..fac7b8fc 100644 --- a/docs/easy_install.txt +++ b/docs/easy_install.txt @@ -41,7 +41,7 @@ Please see the `setuptools PyPI page <https://pypi.org/project/setuptools/>`_ for download links and basic installation instructions for each of the supported platforms. -You will need at least Python 3.4 or 2.7. An ``easy_install`` script will be +You will need at least Python 3.5 or 2.7. An ``easy_install`` script will be installed in the normal location for Python scripts on your platform. Note that the instructions on the setuptools PyPI page assume that you are |
