From c6025c5ca7e3175bcfeff37f840c8f7578295e04 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Mon, 19 Sep 2022 12:15:57 +0200 Subject: [PATCH] Bump trove classifiers up to 3.11 --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 9cf4ceb66..a307bac51 100644 --- a/setup.py +++ b/setup.py @@ -147,6 +147,8 @@ def get_extra_require(): 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', ], install_requires=get_extra_require() )