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", ]