Skip to content

Commit 569fd7b

Browse files
authored
Add comments about Python version to bug-report.yml
1 parent e4cca0e commit 569fd7b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+6
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ body:
5858
attributes:
5959
label: Python version
6060
placeholder: For example, Python 3.10
61+
description: >-
62+
Please ensure you are using a [supported version of Python](https://devguide.python.org/versions/#supported-versions).
63+
64+
Setuptools does not support versions that have reached [`end-of-life`](https://devguide.python.org/versions/#unsupported-versions).
65+
66+
Support for versions of Python under development (i.e. without a stable release) is experimental.
6167
validations:
6268
required: true
6369
- type: input

0 commit comments

Comments
 (0)