From 7594dd270941b8eb442918707c706c8d3d937ae5 Mon Sep 17 00:00:00 2001 From: Joongi Kim Date: Sat, 9 Dec 2023 21:13:58 +0900 Subject: [PATCH] setup: Update the trove classifier to include Python 3.12 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 1886185..7fcb211 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,6 +15,7 @@ classifiers = Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Topic :: Software Development url = https://github.com/achimnol/aiotools project_urls =