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 <nbehrnd@yahoo.com>
This commit is contained in:
Norwid Behrnd 2026-02-23 15:50:13 +01:00
parent b03af114be
commit 24ec55ae8f
No known key found for this signature in database

View file

@ -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"}]