From 8859e1ce51b2b97a7762d49b93e3c1484f81cc7f Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 21 May 2023 18:50:24 +0200 Subject: [PATCH] setup.py: Add Python 3.11 and 3.12 to classifiers. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 1a5c3edee..ea655aae9 100644 --- a/setup.py +++ b/setup.py @@ -204,6 +204,8 @@ setup( '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 :: Communications :: Chat :: Internet Relay Chat', 'Topic :: Software Development :: Libraries :: Python Modules', ],