From 33827113f1044b5a9de5f49423dcec8396f5d524 Mon Sep 17 00:00:00 2001 From: nir0s Date: Sat, 20 Aug 2022 21:14:58 +0300 Subject: [PATCH] Update classifiers --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ebd6ae5..6e73e95 100644 --- a/setup.py +++ b/setup.py @@ -28,9 +28,11 @@ def read(*parts): }, classifiers=[ 'Programming Language :: Python', - 'Programming Language :: Python :: 3.5', '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', 'Natural Language :: English', 'Environment :: Console', 'Intended Audience :: Developers',