From 822e0620d55221dbc951a80a9680522925289fc1 Mon Sep 17 00:00:00 2001 From: Bas des Tombe Date: Wed, 1 Jul 2026 13:17:49 +0200 Subject: [PATCH] Bump Python target to 3.14 Set the hatch dev/CI environment to Python 3.14, requires-python to >=3.14, and the ruff target-version to py314 (where configured). --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d0b38f4..b941928 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ license = { file = "LICENSE.txt" } maintainers = [{ name = "Bas des Tombe", email = "bas.des.tombe@pwn.nl" }] name = "nhflodata" readme = "README.md" -requires-python = ">=3.11" +requires-python = ">=3.14" version = "1.2.0" dependencies = ["pyyaml>=6.0.1"] @@ -41,7 +41,7 @@ test = [ [tool.hatch.envs.default] installer = "uv" -python = "3.13" +python = "3.14" [tool.hatch.envs.lintformat] detached = true