From d1b2f3ac28537979e1b860c5c236f4d57277f008 Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Fri, 8 Sep 2023 21:02:45 -0700 Subject: [PATCH] Add classifier for 3.12 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ea5c9f84684..390c11e0342 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Quality Assurance", ]