From 283f86900e64b6430a1a84519e71041674d77614 Mon Sep 17 00:00:00 2001 From: pythoninthegrass <4097471+pythoninthegrass@users.noreply.github.com> Date: Wed, 20 Aug 2025 23:18:57 -0500 Subject: [PATCH] chore (ruff.toml): drop python version --- ruff.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruff.toml b/ruff.toml index ea6c225..05335c4 100644 --- a/ruff.toml +++ b/ruff.toml @@ -37,8 +37,8 @@ exclude = [ "venv", ] -# Assume Python 3.13 -target-version = "py313" +# Assume Python 3.12 +target-version = "py312" [format] # Use spaces instead of tabs