diff --git a/template.py b/template.py index 9e51d6f66..9ec75ed9d 100644 --- a/template.py +++ b/template.py @@ -108,13 +108,13 @@ "3.9": { "reasons": """
  • use match statement and write union types as X | Y
  • -
  • And more!
  • +
  • And more!
  • """ # noqa: E501 }, "3.10": { "reasons": """
  • tomllib in the stdlib, exception groups and except*
  • -
  • And more!
  • +
  • And more!
  • """ # noqa: E501 }, }