diff --git a/pyproject.toml b/pyproject.toml index cf400fb..b7fc421 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,15 +7,13 @@ name = "q3rcon-cli" dynamic = ["version"] description = '' readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.10" license = "MIT" keywords = [] authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }] classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12",