From c1430e99ec03bde153f0c5832e5bbf3dd5327086 Mon Sep 17 00:00:00 2001 From: Gen Xu Date: Sun, 18 Dec 2022 02:24:53 -0800 Subject: [PATCH] misc: add classifiers for python 3.11 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 82c8e8ff..890268e5 100644 --- a/setup.py +++ b/setup.py @@ -106,6 +106,7 @@ setup(name="dependency-injector", "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", "Framework :: AsyncIO",