You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2022/08/20 03:30:24 UTC

[beam] 01/01: Update Python version used by mypy.

This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch mypy
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 158baa84077740a07c1719fb9188e380b63c5ee8
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Fri Aug 19 20:30:13 2022 -0700

    Update Python version used by mypy.
---
 sdks/python/mypy.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/mypy.ini b/sdks/python/mypy.ini
index 3c77c741d79..9309120a8ca 100644
--- a/sdks/python/mypy.ini
+++ b/sdks/python/mypy.ini
@@ -16,7 +16,7 @@
 #
 
 [mypy]
-python_version = 3.6
+python_version = 3.7
 ignore_missing_imports = true
 follow_imports = normal
 warn_no_return = true