From 98653df9da1acdbf70bbccd6d1ac32eca9ac158c Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Sun, 7 May 2023 14:37:53 +0200 Subject: [PATCH] Update setup.py let's show it supports 3.11 . close #2941 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index bfe5e45d..c12c9fde 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,7 @@ 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 :: Only', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy',