From 1f2335d44c8bca0b0583f653bad05766ff4f40b9 Mon Sep 17 00:00:00 2001 From: Bartosz Grabowski <58475557+bartosz-grabowski@users.noreply.github.com> Date: Sat, 22 Feb 2025 10:34:26 +0100 Subject: [PATCH] Support python>=3.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ece098e..f84bd79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "pytest", "ruff", ] -requires-python = ">=3.12" +requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: 3", "Operating System :: OS Independent",