From 0ce393a60ae700b2b47b93f2731331642c92eabb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20K=C3=B6pcke?= Date: Wed, 15 Nov 2023 09:49:46 +0100 Subject: [PATCH] Add classifiers for Python 3.11 and 3.12 See suggestion at https://github.com/aio-libs/aiohttp/issues/7675#issuecomment-1811979555 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 4b63cf039e4..668e89bf3e7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,6 +36,8 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Topic :: Internet :: WWW/HTTP