Skip to content

Commit 8bf275f

Browse files
committed
fix: Drop Python 3.8 references from tox.ini and Black configuration
1 parent 8c85a2e commit 8bf275f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)