diff --git a/pyproject.toml b/pyproject.toml index 607a57d3..a8a76c7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,12 +14,12 @@ classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10" + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11" ] -requires-python = ">=3.7" +requires-python = ">=3.8.1" dynamic = ["version"] [project.optional-dependencies]