From 569caf0b7fbcc37f9b34109dc49a736943ba1018 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 8 Feb 2022 23:27:26 +0900 Subject: [PATCH] Add Python 3 only classifier Python 2 support was removed during Ussuri cycle. This change adds the classifier to clearly state that only Python 3 is supported. Change-Id: I51552cadaed82b29dcd10043ba23a0682e549156 --- doc/source/contributor/tutorials/plugin.rst | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/source/contributor/tutorials/plugin.rst b/doc/source/contributor/tutorials/plugin.rst index 6379a21976..ebd511eeb7 100644 --- a/doc/source/contributor/tutorials/plugin.rst +++ b/doc/source/contributor/tutorials/plugin.rst @@ -294,6 +294,7 @@ setup.cfg License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux Programming Language :: Python + Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 diff --git a/setup.cfg b/setup.cfg index dfc82f6949..9790e97bfc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,7 @@ classifier = Operating System :: OS Independent Operating System :: POSIX :: Linux Programming Language :: Python + Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7