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/22 15:13:44 UTC

[beam] branch master updated: [BEAM-13657] Update Python version used by mypy. (#22804)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new dfa5ec58a19 [BEAM-13657] Update Python version used by mypy. (#22804)
dfa5ec58a19 is described below

commit dfa5ec58a192a35c20e3f54c9300fd611a98f7b0
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Mon Aug 22 08:13:37 2022 -0700

    [BEAM-13657] Update Python version used by mypy. (#22804)
---
 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