diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 021d87728..5a04fc7c0 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -15,7 +15,7 @@ Or clone the project and install it manually using: **Dependencies** -- Python 3.7 or higher +- Python 3.9 or higher - The project also requires a websocket library. We recommend using `websockets`_: .. code-block:: bash diff --git a/pyproject.toml b/pyproject.toml index 89219ae26..7432e4f00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,11 +29,10 @@ classifiers = [ 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.9', - 'Programming Language :: Python :: 3.8', ] [tool.poetry.dependencies] -python = "^3.11" +python = "^3.9" jsonschema = "^4.23.0" [tool.poetry.group.dev.dependencies]