We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1da2b commit e4cca0eCopy full SHA for e4cca0e
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -45,9 +45,10 @@ body:
45
- type: input
46
attributes:
47
label: setuptools version
48
- placeholder: For example, setuptools===69.1.0
+ placeholder: For example, setuptools==69.1.0
49
description: >-
50
Please also test with the **latest version** of `setuptools`.
51
+
52
Typically, this involves modifying `requires` in `[build-system]` of
53
[`pyproject.toml`](https://setuptools.pypa.io/en/latest/userguide/quickstart.html#basic-use),
54
not just updating `setuptools` using `pip`.
0 commit comments