summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-05-24 16:06:38 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-05-24 16:06:52 -0400
commit64b1a6fa12f7d4f6508008541adbebdcd6ee20a8 (patch)
treec1ba5043e8dcbc86e3a1a8b87cf88f0b8594a198 /.github
parent46dab46d6debf69331b646bff11052dc731d4ae4 (diff)
downloadpython-setuptools-git-64b1a6fa12f7d4f6508008541adbebdcd6ee20a8.tar.gz
Force fail on Python 2. When doing so, emit an error that directs users to the latest guidance. Fixes #2094.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/setuptools-warns-about-python-2-incompatibility.md1
1 files changed, 1 insertions, 0 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 e2d5ed53..b5fe8abf 100644
--- a/.github/ISSUE_TEMPLATE/setuptools-warns-about-python-2-incompatibility.md
+++ b/.github/ISSUE_TEMPLATE/setuptools-warns-about-python-2-incompatibility.md
@@ -28,6 +28,7 @@ Your first course of action should be to reason about how you managed to get an
<!-- These are the recommended workarounds for the issue. Please
try them first. -->
+- [ ] Read [Python 2 Sunset docs](https://setuptools.readthedocs.io/en/latest/python%202%20sunset.html).
- [ ] Python 2 is required for this application.
- [ ] I maintain the software that installs Setuptools (if not, please contact that project).
- [ ] Setuptools installed with pip 9 or later.