chore: update Python version requirement and remove outdated classifiers in pyproject.toml

This commit is contained in:
sharath 2025-06-15 17:58:05 +00:00
parent 0c16297b48
commit d4a54c261b
No known key found for this signature in database
1 changed files with 1 additions and 5 deletions

View File

@ -6,12 +6,8 @@ authors = [{ name = "marko-kraemer", email = "mail@markokraemer.com" }]
readme = "README.md"
license = { text = "Apache-2.0" }
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache-2.0 License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python :: 3.11",
]
requires-python = ">=3.11"
dependencies = [