From ba29e20aa723f45887702de080ce1a76150e4dfd Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Mon, 9 Feb 2026 12:41:35 +0100 Subject: [PATCH] ruff knows zoneinfo is part of the stdlib now (#15398) --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ed4259fdb..282b56782 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", ]