From 02a443459f43a48dd1649c95e1d20b759c907055 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Mon, 9 Feb 2026 12:23:27 +0100 Subject: [PATCH] ruff knows zoneinfo is part of the stdlib now --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ed4259fdb7ef..282b56782bdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -255,8 +255,6 @@ extra-standard-library = [ "_typeshed", "typing_extensions", # Extra modules not recognized by Ruff - # Added in Python 3.9 - "zoneinfo", # Added in Python 3.14 "compression", ]