From d305b80cb15462fecfe9a0c255c0dd3b0bc90d67 Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Fri, 28 Nov 2025 21:10:37 +0100 Subject: [PATCH] Update links for Python version changes --- template.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }, }