From 0b9b171c8d439a76b8cad10b86a52f8585348dba Mon Sep 17 00:00:00 2001 From: Vladimir Magamedov Date: Wed, 2 Aug 2023 08:49:52 +0300 Subject: [PATCH] Added Python 3.11 to the list of supported versions in the setup.cfg --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 86c8ca4..9afc3f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,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 Topic :: Internet :: WWW/HTTP :: HTTP Servers Topic :: Software Development :: Libraries :: Python Modules