From f2020fa929a41a805d48d21abb407e1356e6b3ab Mon Sep 17 00:00:00 2001 From: Marko Durkovic Date: Wed, 11 Jan 2023 13:27:00 +0100 Subject: [PATCH] Advertise Python 3.11 compatibility --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 608ea01a..a628095a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,6 +31,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Topic :: Scientific/Engineering Typing :: Typed project_urls =