Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading