File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
placeholder : For example, setuptools==69.1.0
49
49
description : >-
50
50
Please also test with the **latest version** of `setuptools`.
51
-
51
+
52
52
Typically, this involves modifying `requires` in `[build-system]` of
53
53
[`pyproject.toml`](https://setuptools.pypa.io/en/latest/userguide/quickstart.html#basic-use),
54
54
not just updating `setuptools` using `pip`.
60
60
placeholder : For example, Python 3.10
61
61
description : >-
62
62
Please ensure you are using a [supported version of Python](https://devguide.python.org/versions/#supported-versions).
63
-
63
+
64
64
Setuptools does not support versions that have reached [`end-of-life`](https://devguide.python.org/versions/#unsupported-versions).
65
-
65
+
66
66
Support for versions of Python under development (i.e. without a stable release) is experimental.
67
67
validations :
68
68
required : true
@@ -107,7 +107,7 @@ body:
107
107
label : How to Reproduce
108
108
description : >-
109
109
Describe the steps to reproduce this bug.
110
-
110
+
111
111
Please try to create a [minimal reproducer](https://stackoverflow.com/help/minimal-reproducible-example),
112
112
and avoid things like "see the steps in the CI logs".
113
113
placeholder : |
You can’t perform that action at this time.
0 commit comments