From 54c197f9120247492d65c482624b12c7ccf109a4 Mon Sep 17 00:00:00 2001 From: Damian Shaw Date: Tue, 30 Jul 2024 13:38:55 -0400 Subject: [PATCH] Remove Python 2 classifier --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bab1d59..6cf206d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,6 @@ classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)", "Operating System :: OS Independent", - "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules",