From c26538cd34e97ed6260d1232aba8b194e24815cc Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Tue, 5 Mar 2024 19:05:20 -0800 Subject: [PATCH] Add Python 3.12 to classifiers (#529) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 374008b5..2ce34f74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ classifiers = [ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', ] dependencies = [ 'sphinx>=5',