From e634f9e8733a930862789e1f122b68d0b5d42e15 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 25 Oct 2022 09:21:39 -0700 Subject: [PATCH] Add the PyPI classifier for Python 3.11 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 39ade4dff..ceb02877a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Topic :: Software Development :: Libraries Topic :: Software Development :: Testing Topic :: Utilities