From e66d1fd12aaee5447d5b93142e75843ec38db305 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 29 Sep 2022 18:41:41 +0200 Subject: [PATCH] Add Python 3.10 and Python 3.11 Trove classifiers --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 15cfd706c2..eef0a57520 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,6 +34,8 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Programming Language :: Python :: Implementation Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: Jython