From faf23e0444747732fcbf3ca53702ee495b8e59a3 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Thu, 21 Jul 2022 15:40:36 +0100 Subject: [PATCH] Added Python 3.11 classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index fbb6a48a6..9b7fdeb11 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ setup( "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ],