chore: add Python 3.13 and 3.14 classifiers

This commit is contained in:
0xallam
2025-12-13 11:19:59 -08:00
parent e57b7238f6
commit 5e3d14a1eb

View File

@@ -26,6 +26,8 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
]
packages = [
{ include = "strix", format = ["sdist", "wheel"] }