From c86a4d37fa61494957153f76b1d6bbdacfd83205 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Mon, 2 May 2022 12:20:26 +1000 Subject: [PATCH] Add classifier for Python 3.11. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index eded06fb..07831687 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,6 +25,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy project_urls =