Skip to content

Commit e4cca0e

Browse files
authored
Remove arbitrary equality operator from bug report template.
According to PEP 440: > Use of this operator is heavily discouraged and tooling MAY display a warning when it is used.
1 parent 6f1da2b commit e4cca0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ body:
4545
- type: input
4646
attributes:
4747
label: setuptools version
48-
placeholder: For example, setuptools===69.1.0
48+
placeholder: For example, setuptools==69.1.0
4949
description: >-
5050
Please also test with the **latest version** of `setuptools`.
51+
5152
Typically, this involves modifying `requires` in `[build-system]` of
5253
[`pyproject.toml`](https://setuptools.pypa.io/en/latest/userguide/quickstart.html#basic-use),
5354
not just updating `setuptools` using `pip`.

0 commit comments

Comments
 (0)