From 589d7c02d61b2e9fd027b18a4c74b845356b4acd Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 18 Mar 2024 16:02:46 +0100 Subject: [PATCH] Mark Python 3.12 as officially supported --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a5d3ee6..ae855e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,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', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Text Processing',