From 8619d27b8b42396f940ff25e95c83c4861deae96 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 5 Jun 2023 17:42:57 +0300 Subject: [PATCH] Declare support for Python 3.12 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5ca779c..a93e193 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,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",