fix: remove invalid Python 3.13 classifier from pyproject.toml

This commit is contained in:
2026-03-27 07:33:13 +01:00
parent 5cc4969e67
commit a0e330d568

View File

@@ -135,7 +135,8 @@ classifiers = [
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Distributed Computing", "Topic :: System :: Distributed Computing",