We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cca0e commit 569fd7bCopy full SHA for 569fd7b
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -58,6 +58,12 @@ body:
58
attributes:
59
label: Python version
60
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.
67
validations:
68
required: true
69
- type: input
0 commit comments