From 89228d8f595f742cb732ef1c5744bbd62d86ce08 Mon Sep 17 00:00:00 2001 From: Jirka Date: Sun, 19 Dec 2021 12:07:45 +0100 Subject: [PATCH] tags --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35802e2277..2e5be24a7d 100755 --- a/setup.py +++ b/setup.py @@ -82,8 +82,9 @@ def _prepare_extras(): # Specify the Python versions you support here. In particular, ensure # that you indicate whether you support Python 2, Python 3 or both. "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", ], )