From e4ccc63ec6d8e99d0fd8958a8fe4c8cde004c07c Mon Sep 17 00:00:00 2001 From: Matt Seymour Date: Fri, 9 May 2025 10:29:33 +0100 Subject: [PATCH] Remove Python 3.9 support from setup.py Python 3.9 is no longer listed as a supported version in setup.py. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 859f111..8a14fdb 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,6 @@ setup( "Topic :: Software Development :: Libraries :: Python Modules", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12",