mirror of
https://github.com/novoid/filetags.git
synced 2026-06-14 03:21:19 +00:00
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:
parent
b03af114be
commit
24ec55ae8f
1 changed files with 1 additions and 0 deletions
|
|
@ -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"}]
|
||||
|
|
|
|||
Loading…
Reference in a new issue