Update Python versions in setup.py classifiers

This commit is contained in:
Jeremy Singer-Vine
2026-01-28 23:22:30 +01:00
parent fc2c9a9001
commit ebafd6e9cb
+2 -1
View File
@@ -50,9 +50,10 @@ setup(
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
],
)