From a5c4b924333d04a7361934ada10d0bf2a5347c20 Mon Sep 17 00:00:00 2001 From: Daniele Nicolodi Date: Wed, 29 May 2024 21:49:30 +0200 Subject: [PATCH] Add Python 3.11 and 3.12 classifiers in pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e126600..744096f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,8 @@ classifiers = [ 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Topic :: Office/Business :: Financial :: Accounting', 'Topic :: Text Processing :: General', ]