From 8346308414b3e15ed2230b8ab6c26ed44b4b9ffc Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 3 Nov 2022 11:41:01 +0000 Subject: [PATCH] setup.py: update PyPI Trove Classifiers to mention the array of supported pythons --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a4a01ebb2..979465bbb 100755 --- a/setup.py +++ b/setup.py @@ -153,8 +153,11 @@ classifiers = {"classifiers": [ "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", - "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Text Processing :: Fonts", "Topic :: Multimedia :: Graphics", "Topic :: Multimedia :: Graphics :: Graphics Conversion",