diff --git a/pyproject.toml b/pyproject.toml index 5721d76..6c37f71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ description = "Fix On-Premises Collector Plugin" version = "4.1.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } -requires-python = ">=3.11" +requires-python = ">=3.12" classifiers = [ # Current project status "Development Status :: 4 - Beta", @@ -14,7 +14,7 @@ classifiers = [ # License information "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", # Supported python versions - "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", # Supported OS's "Operating System :: POSIX :: Linux", "Operating System :: Unix",