diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-25 10:31:53 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-25 10:31:53 -0400 |
commit | 7c571c264e0f49965ee2dabbcb9f360aa9c91e28 (patch) | |
tree | e5cf9f29354504d4794d5b292cb9839cb4970e57 | |
parent | e23403355f87272c8b0c027b98bf18309c38fa31 (diff) | |
download | external_python_setuptools-7c571c264e0f49965ee2dabbcb9f360aa9c91e28.tar.gz external_python_setuptools-7c571c264e0f49965ee2dabbcb9f360aa9c91e28.tar.bz2 external_python_setuptools-7c571c264e0f49965ee2dabbcb9f360aa9c91e28.zip |
Reword and simplify note about supported versions.
-rw-r--r-- | .github/ISSUE_TEMPLATE/setuptools-warns-about-python-2-incompatibility.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/setuptools-warns-about-python-2-incompatibility.md b/.github/ISSUE_TEMPLATE/setuptools-warns-about-python-2-incompatibility.md index b5fe8abf..1a4f58f2 100644 --- a/.github/ISSUE_TEMPLATE/setuptools-warns-about-python-2-incompatibility.md +++ b/.github/ISSUE_TEMPLATE/setuptools-warns-about-python-2-incompatibility.md @@ -13,7 +13,7 @@ Please DO NOT SUBMIT this template without first investigating the issue and ans If you did not intend to use this template, but only meant to file a blank issue, just hit the back button and click "Open a blank issue". -It's by design that Setuptools 45 and later will stop working on Python 2. To ease the transition, Setuptools 45 was released to continue to have Python 2 compatibility, but emit a strenuous warning that it will stop working. +Setuptools 45 dropped support for Python 2 with a strenuous warning and Setuptools 47 fails to run on Python 2. In most cases, using pip 9 or later to install Setuptools from PyPI or any index supporting the Requires-Python metadata will do the right thing and install Setuptools 44.x on Python 2. |