From 24ec55ae8f4d2aee87340ba7c261474a1d6d992d Mon Sep 17 00:00:00 2001 From: Norwid Behrnd Date: Mon, 23 Feb 2026 15:50:13 +0100 Subject: [PATCH] build(pyproject.toml): increment compatibility to 3.14 Checks with pytest in Python 3.14 equally pass if running an instance of Linux Debian. Signed-off-by: Norwid Behrnd --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b9ebcf2..680174c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ classifiers=[ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] authors = [{name="Karl Voit", email="tools@Karl-Voit.at"}]