From a56dadf971433a39d7eb2526b8ac2930203b4041 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 27 Oct 2023 11:58:53 -0500 Subject: [PATCH] docs: Add Python 3.12 PyPI trove classifier --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 916d9b2d07..82ef65d024 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Physics",