Skip to content

Commit

Permalink
Remove arbitrary equality operator from bug report template.
Browse files Browse the repository at this point in the history
According to PEP 440:

> Use of this operator is heavily discouraged and tooling MAY display a warning when it is used.
  • Loading branch information
abravalheri authored Feb 12, 2024
1 parent 6f1da2b commit e4cca0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ body:
- type: input
attributes:
label: setuptools version
placeholder: For example, setuptools===69.1.0
placeholder: For example, setuptools==69.1.0
description: >-
Please also test with the **latest version** of `setuptools`.
Typically, this involves modifying `requires` in `[build-system]` of
[`pyproject.toml`](https://setuptools.pypa.io/en/latest/userguide/quickstart.html#basic-use),
not just updating `setuptools` using `pip`.
Expand Down

0 comments on commit e4cca0e

Please sign in to comment.