From b1ad74e048babcea9a71487c79d13501ab0776af Mon Sep 17 00:00:00 2001 From: Daniel Haag <121057143+denialhaag@users.noreply.github.com> Date: Thu, 29 Jan 2026 15:59:35 +0100 Subject: [PATCH] :adhesive_bandage: Remove Python 3.14 classifier for now --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7a44b752a..daefd0e09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ readme = "README.md" authors = [ { name = "Lucas Berent", email = "lucas.berent@tum.de" }, { name = "Lukas Burgholzer", email = "lukas.burgholzer@tum.de" }, - { name = "Peter-Jan H.S. Derks", email = "peter-janderks@hotmail.com" }, + { name = "Peter-Jan H. S. Derks", email = "peter-janderks@hotmail.com" }, { name = "Timo Hillmann", email = "timo.hillmann@rwth-aachen.de"}, { name = "Tom Peham", email = "tom.peham@tum.de" }, { name = "Ludwig Schmid", email = "ludwig.s.schmid@tum.de" }, @@ -42,7 +42,6 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", - "Programming Language :: Python :: 3.14", "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)", "Typing :: Typed", ]