From 955525bf3729a9e1886677b9f7258024e700da48 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 18 Dec 2020 00:09:44 +0200 Subject: [PATCH] Update classifiers. Remove Python versions that aren't tested anymore, add those that are tested. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 69906f4..f2e61b1 100644 --- a/setup.py +++ b/setup.py @@ -17,9 +17,10 @@ setup( "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Programming Language :: Python :: 3", - "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 :: 2", "Programming Language :: Python :: 2.7", "Intended Audience :: System Administrators", -- GitLab