From 8f075d4d14a0ca16487767d1a6be06a16a095620 Mon Sep 17 00:00:00 2001 From: Atsushi Yamamoto Date: Wed, 15 Mar 2023 14:50:04 -0700 Subject: [PATCH] Include Python 3.11 to setuptools classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 04bc04cd3a..e4c12b537e 100644 --- a/setup.py +++ b/setup.py @@ -80,5 +80,6 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ], )