From c2745d7ebda14bd8656b9eb8faa8f9e27f7804ae Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Tue, 27 Jun 2023 18:55:41 -0700 Subject: [PATCH] Announce Python 3.12 support --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9829b8f..43883c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ] dynamic = ["description"]