From 569fd7b0b587409f4043f127a766131a25b366dd Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Mon, 19 Feb 2024 13:45:46 +0000 Subject: [PATCH] Add comments about Python version to bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index d449ba04c9..f7dd51c57f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -58,6 +58,12 @@ body: attributes: label: Python version placeholder: For example, Python 3.10 + description: >- + Please ensure you are using a [supported version of Python](https://devguide.python.org/versions/#supported-versions). + + Setuptools does not support versions that have reached [`end-of-life`](https://devguide.python.org/versions/#unsupported-versions). + + Support for versions of Python under development (i.e. without a stable release) is experimental. validations: required: true - type: input