···4455## Install
6677-Requires [Python](https://python.org) 3.9.7 and [Poetry](https://python-poetry.org).
77+Requires [Python](https://python.org) 3.11.2 and [Poetry](https://python-poetry.org).
8899```console
1010$ poetry install
···28282929## Contributing
30303131+Please, write and run tests:
3232+3133```console
3232-$ poetry run black .
3333-$ poetry run mypy .
3434-$ poetry run flake8 **/*.py --ignore=E501
3434+$ poetry run pytest
3535```