From 220607f67ec7768980afb028c2094a227a73e71e Mon Sep 17 00:00:00 2001 From: mc_fdc Date: Sun, 1 Oct 2023 15:55:17 +0900 Subject: [PATCH] Add Python 3.11 to the PyPI classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f93e69e4e..1b0fbdcfe 100644 --- a/setup.py +++ b/setup.py @@ -95,6 +95,7 @@ setup( 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Topic :: Internet', 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules',