From b27ff2221f62e39d0ea48ab343c9ae64b5829785 Mon Sep 17 00:00:00 2001 From: Torsten Raudssus Date: Sun, 12 Jan 2025 17:51:39 +0100 Subject: [PATCH] Dropping 3.8 and 3.9 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4a87fc8..8875559 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "typing-extensions>=4.0.0", "pyyaml>=6.0.0", ] -requires-python = ">=3.8" +requires-python = ">=3.10" readme = "README.md" license = {text = "MIT"} @@ -39,14 +39,14 @@ build-backend = "hatchling.build" [tool.black] line-length = 88 -target-version = ["py38"] +target-version = ["py310"] [tool.isort] profile = "black" multi_line_output = 3 [tool.mypy] -python_version = "3.8" +python_version = "3.10" strict = true warn_return_any = true warn_unused_configs = true