From c47f6ffd85de7b0e6b8c9fef19fb3ab48a9f4172 Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Fri, 29 Dec 2023 18:52:00 +0100 Subject: [PATCH] Remove declared compatibility of Python 2.7 from worker package Relates to PR #7230 --- worker/setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/worker/setup.py b/worker/setup.py index aafacb39f011..28c6e5f17ac2 100755 --- a/worker/setup.py +++ b/worker/setup.py @@ -92,8 +92,6 @@ def make_release_tree(self, base_dir, files): 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)', 'Topic :: Software Development :: Build Tools', 'Topic :: Software Development :: Testing', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5',