From 95ab74b992656f76015665e6dd677668eab69f06 Mon Sep 17 00:00:00 2001 From: Ben Lopatin Date: Thu, 18 Jan 2024 03:16:04 -0500 Subject: [PATCH] Update supported Python versions in classifiers (#24) --- setup.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 32c8978..9c8caaf 100644 --- a/setup.py +++ b/setup.py @@ -33,14 +33,12 @@ 'Intended Audience :: Developers', 'License :: OSI Approved :: ISC License (ISCL)', 'Operating System :: OS Independent', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules', ],