From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD1DC158087 for ; Tue, 25 Jan 2022 18:06:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 433642BC00E; Tue, 25 Jan 2022 18:06:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B239D2BC001 for ; Tue, 25 Jan 2022 18:06:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7DC2D342EF0 for ; Tue, 25 Jan 2022 18:06:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DFD02A3 for ; Tue, 25 Jan 2022 18:06:29 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1643133976.cb1fa6c3b953e88c7f513d5da444520c8f5c9551.sping@gentoo> Subject: [gentoo-commits] proj/metagen:master commit in: / X-VCS-Repository: proj/metagen X-VCS-Files: setup.py X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: cb1fa6c3b953e88c7f513d5da444520c8f5c9551 X-VCS-Branch: master Date: Tue, 25 Jan 2022 18:06:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 60af361a-1225-4ca8-99a0-42b16f851dc8 X-Archives-Hash: 311c69c1b999778e938618e8ed391405 commit: cb1fa6c3b953e88c7f513d5da444520c8f5c9551 Author: Sebastian Pipping gentoo org> AuthorDate: Tue Jan 25 17:58:48 2022 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Tue Jan 25 18:06:16 2022 +0000 URL: https://gitweb.gentoo.org/proj/metagen.git/commit/?id=cb1fa6c3 setup.py: Pull Python classifiers into the present Signed-off-by: Sebastian Pipping gentoo.org> setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 7418ce6..6e960c7 100755 --- a/setup.py +++ b/setup.py @@ -82,12 +82,13 @@ def main(): 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)', 'Natural Language :: English', 'Programming Language :: Python', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3 :: Only', 'Topic :: Software Development', 'Topic :: Text Processing :: Markup :: XML', 'Topic :: Utilities',