feat: add support for python 3.14 (#15)

This commit is contained in:
d3vyce
2026-01-28 21:01:15 +01:00
committed by GitHub
parent aa72dc2eb5
commit 577e087321
4 changed files with 5 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development",