Skip to content

Commit

Permalink
Add comments about Python version to bug-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Feb 19, 2024
1 parent e4cca0e commit 569fd7b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Expand Up @@ -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
Expand Down

0 comments on commit 569fd7b

Please sign in to comment.