From 0103aac7bf355702fc9da99c172c0aa1072bf395 Mon Sep 17 00:00:00 2001 From: Jimisola Laursen Date: Mon, 2 Mar 2026 19:34:55 +0100 Subject: [PATCH] chore!: drop Python 3.10/3.11/3.12 support, require >=3.13 BREAKING CHANGE: requires-python bumped from >=3.10 to >=3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f7920d..363bc61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dynamic = ["version"] authors = [{ name = "LFV", email = "sysdev@lfv.se" }] description = "Hatch plugin to process reqstool-python-decorators when building with Hatch" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.13" classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3",