From e59ec1924d6db957a01c828ce294a7675be5b27c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 6 Jul 2020 11:18:02 -0700 Subject: travis.yml: drop python 2.7 (bug 731114) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It should be pretty safe to drop support for python2.7 at this point. Bug: https://bugs.gentoo.org/731114 Reviewed-by: Brian Dolbec Reviewed-by: Michał Górny Signed-off-by: Zac Medico --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ae00cf736..a3a026203 100755 --- a/setup.py +++ b/setup.py @@ -714,7 +714,7 @@ setup( 'Intended Audience :: System Administrators', 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)', 'Operating System :: POSIX', - 'Programming Language :: Python', + 'Programming Language :: Python :: 3', 'Topic :: System :: Installation/Setup' ] ) -- cgit v1.2.3-65-gdbad