From 5e3d14a1eb49be49237ad1a3f36403cbb5a50a8d Mon Sep 17 00:00:00 2001 From: 0xallam Date: Sat, 13 Dec 2025 11:19:59 -0800 Subject: [PATCH] chore: add Python 3.13 and 3.14 classifiers --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 55ad659..722b9f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] }