From 424270f78474bc3a33d0279b62967074c6f82419 Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Wed, 17 Sep 2025 22:52:32 -0400 Subject: [PATCH] chore: add Python3.14 classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0028d8f..d8453e6 100644 --- a/setup.py +++ b/setup.py @@ -70,5 +70,6 @@ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ], )