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:23 UTC

[beam] branch mypy created (now 158baa84077)

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

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


      at 158baa84077 Update Python version used by mypy.

This branch includes the following new commits:

     new 158baa84077 Update Python version used by mypy.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by tv...@apache.org.
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