From 6e5f76a7b83a77fae4ec8751a503f110f17c38ff Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 1 Dec 2022 12:10:45 +0100 Subject: [PATCH] setup.cfg: Programming Language :: Python :: 3.11 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 062568c2..e297948b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 [options] zip_safe = False