From 0202efd39daeac8bc96abaeddce0970416ca5244 Mon Sep 17 00:00:00 2001 From: Rishav Kundu Date: Thu, 17 Nov 2022 07:56:19 +0530 Subject: [PATCH] Add Python 3.11 to setup.cfg classifiers list (#179) --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 6c97b49..64ef890 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,6 +37,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 :: Implementation :: CPython [options]