From a270c987f0f519c9ab451072311ae1ef387a9bcd Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Thu, 23 Apr 2020 06:57:38 +0200 Subject: [PATCH] setup.py: stop declaring support for Python2 --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index c467cd7..d6b7f63 100644 --- a/setup.py +++ b/setup.py @@ -33,8 +33,6 @@ setup( 'Intended Audience :: Other Audience', 'Environment :: Console', 'Programming Language :: Python', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: Implementation :: CPython',