From 8c85a2e3f024b15098725f6d5b04a99c99686f79 Mon Sep 17 00:00:00 2001 From: Dhaval Gojiya Date: Mon, 17 Nov 2025 16:02:33 +0530 Subject: [PATCH 1/2] doc: Update Python version in README from 3.8+ to 3.9+ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From 8bf275f63163c2ec95b7d7bc17aa7ec942f1ed68 Mon Sep 17 00:00:00 2001 From: Dhaval Gojiya Date: Mon, 17 Nov 2025 17:36:50 +0530 Subject: [PATCH 2/2] fix: Drop Python 3.8 references from tox.ini and Black configuration --- pyproject.toml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 =