diff --git a/README.md b/README.md index 10ee2dec..27211340 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ To learn more about Meilisearch Python, refer to the in-depth [Meilisearch Pytho ## 🔧 Installation -**Note**: Python 3.8+ is required. +**Note**: Python 3.9+ is required. With `pip3` in command line: diff --git a/pyproject.toml b/pyproject.toml index c3caf45c..8032dbfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ Homepage = "https://github.com/meilisearch/meilisearch-python" [tool.black] line-length = 100 -target-version = ['py38'] +target-version = ['py39'] include = '\.pyi?$' extend-exclude = ''' /( diff --git a/tox.ini b/tox.ini index 24187127..9a680271 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = pylint, mypy, py38, py39, py310, py311 +envlist = pylint, mypy, py39, py310, py311 [testenv:pylint] whitelist_externals =