This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 4b1819f84275d784df312761708952791e8bee28 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Thu Sep 8 13:26:55 2022 +0200 Update min / target Python version in mypy and black config, --- mypy.ini | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mypy.ini b/mypy.ini index 709d522a2..bc5ffe376 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,5 +1,5 @@ [mypy] -python_version = 3.6 +python_version = 3.7 platform = linux show_error_context = True show_column_numbers = True diff --git a/pyproject.toml b/pyproject.toml index 036b69c24..e263bc4fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.black] max-line-length = 100 -target_version = ['py36', 'py37', 'py38'] +target_version = ['py37', 'py38', 'py39', 'py310'] include = '\.pyi?$' exclude = ''' (