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
The following commit(s) were added to refs/heads/trunk by this push:
new a0e556e Set minimum version for mypy to 3.6.
a0e556e is described below
commit a0e556e279759cd6af9b9aa22e7d1375f05531ff
Author: Tomaz Muraus <[email protected]>
AuthorDate: Thu Mar 24 11:52:41 2022 +0100
Set minimum version for mypy to 3.6.
---
mypy.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mypy.ini b/mypy.ini
index 73ea371..709d522 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -1,5 +1,5 @@
[mypy]
-python_version = 3.5
+python_version = 3.6
platform = linux
show_error_context = True
show_column_numbers = True