From 302b7c17949106997d6551b68b31421200d8da96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20S=C5=82awecki?= Date: Thu, 4 Dec 2025 15:28:31 +0100 Subject: [PATCH] Uncomment Python version pin in `check-lazy-logging` Breaks for 3.14 --- scripts/ci/prek/check_lazy_logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/prek/check_lazy_logging.py b/scripts/ci/prek/check_lazy_logging.py index c827b3310a2ed..283572246999b 100755 --- a/scripts/ci/prek/check_lazy_logging.py +++ b/scripts/ci/prek/check_lazy_logging.py @@ -17,7 +17,7 @@ # specific language governing permissions and limitations # under the License. # /// script -# # requires-python = ">=3.10,<3.11" +# requires-python = ">=3.10,<3.11" # dependencies = [ # "astor>=0.8.1", # "rich>=13.6.0",