Remove Python 3.9 support from setup.py

Python 3.9 is no longer listed as a supported version in setup.py.
This commit is contained in:
Matt Seymour 2025-05-09 10:29:33 +01:00
parent 9598fb0d85
commit e4ccc63ec6
No known key found for this signature in database

View file

@ -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",