Skip to content

Commit 87cf84b

Browse files
authored
Merge pull request #1165 from DhavalGojiya/doc/readme-py-version-update
doc: Update Python version in README from 3.8+ to 3.9+
2 parents fd4fff6 + 8bf275f commit 87cf84b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To learn more about Meilisearch Python, refer to the in-depth [Meilisearch Pytho
4141

4242
## 🔧 Installation
4343

44-
**Note**: Python 3.8+ is required.
44+
**Note**: Python 3.9+ is required.
4545

4646
With `pip3` in command line:
4747

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Homepage = "https://github.com/meilisearch/meilisearch-python"
4848

4949
[tool.black]
5050
line-length = 100
51-
target-version = ['py38']
51+
target-version = ['py39']
5252
include = '\.pyi?$'
5353
extend-exclude = '''
5454
/(

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = pylint, mypy, py38, py39, py310, py311
2+
envlist = pylint, mypy, py39, py310, py311
33

44
[testenv:pylint]
55
whitelist_externals =

0 commit comments

Comments
 (0)