From a76ea6469b16ef9b0453c021239db9c36db94280 Mon Sep 17 00:00:00 2001 From: Jimisola Laursen Date: Mon, 2 Mar 2026 18:24:15 +0100 Subject: [PATCH 1/2] chore: harmonize pyproject.toml with reqstool org standards - Set authors to reqstool (remove LFV/email) - Bump requires-python to >=3.13 - Update black target-version to py313 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0f7920d..324d022 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,10 +5,10 @@ build-backend = "hatchling.build" [project] name = "reqstool-python-hatch-plugin" dynamic = ["version"] -authors = [{ name = "LFV", email = "sysdev@lfv.se" }] +authors = [{ name = "reqstool" }] 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", @@ -64,7 +64,7 @@ markers = [ [tool.black] line-length = 120 -target-version = ['py310'] +target-version = ['py313'] [tool.flake8] ignore = ["W503"] From 19ac04f02e79c0460b787a2e6982183180c72c5f Mon Sep 17 00:00:00 2001 From: Jimisola Laursen Date: Mon, 2 Mar 2026 19:16:57 +0100 Subject: [PATCH 2/2] chore: harmonize pyproject.toml with reqstool org standards - Set authors to reqstool (remove LFV/email) - Update black target-version to py313 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 324d022..5dbab9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dynamic = ["version"] authors = [{ name = "reqstool" }] description = "Hatch plugin to process reqstool-python-decorators when building with Hatch" readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.10" classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3",