From da363bc5d70ace323fca133d689d8f1928ad27d0 Mon Sep 17 00:00:00 2001 From: Nick Jackson Date: Thu, 9 Nov 2023 15:29:06 +0000 Subject: [PATCH] Set python version at project level to get correct ruff warnings --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a3e4f62..520cec1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,6 @@ +[project] +requires-python = ">=3.12, <4" + [tool.black] line-length = 88 exclude = '''