diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-25 11:05:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-25 11:05:13 -0400 |
| commit | 7355cce542963d9a83c7c754dc63a0c7e68bf3aa (patch) | |
| tree | 71acfba11b67cbc147b384c0915f4b8ffca32c3a | |
| parent | 734eec6e3fca725c6b18cad2fffbd1f3e3a56fa7 (diff) | |
| download | external_python_setuptools-7355cce542963d9a83c7c754dc63a0c7e68bf3aa.tar.gz external_python_setuptools-7355cce542963d9a83c7c754dc63a0c7e68bf3aa.tar.bz2 external_python_setuptools-7355cce542963d9a83c7c754dc63a0c7e68bf3aa.zip | |
Update py2 warning template to direct users to report downstream.
| -rw-r--r-- | .github/ISSUE_TEMPLATE/setuptools-warns-about-python-2-incompatibility.md | 1 |
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 4bed6c4f..14317d93 100644 --- a/.github/ISSUE_TEMPLATE/setuptools-warns-about-python-2-incompatibility.md +++ b/.github/ISSUE_TEMPLATE/setuptools-warns-about-python-2-incompatibility.md @@ -25,6 +25,7 @@ Your first course of action should be to reason about how you managed to get an try them first. --> - [ ] 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. - [ ] Pinning Setuptools to `setuptools<45` in the environment was unsuccessful. |
