From 5274e13c1c397d47d71f474f71a948dcc0472f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Wed, 27 Mar 2024 17:18:15 -0400 Subject: [PATCH] ENH: Add Python 3.12 to project classifiers Add Python 3.12 to project classifiers. Python 3.12 was introduced in commit d27a448. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e0285cf6..7cc88b0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ] license = "Apache-2.0" requires-python = ">=3.8"