lazylynx commented on a change in pull request #14137:
URL: https://github.com/apache/beam/pull/14137#discussion_r590393800



##########
File path: 
sdks/python/apache_beam/runners/interactive/interactive_environment.py
##########
@@ -172,12 +171,7 @@ def __init__(self):
     self._computed_pcolls = set()
     # Always watch __main__ module.
     self.watch('__main__')
-    # Do a warning level logging if current python version is below 3.6.
-    if sys.version_info < (3, 6):
-      self._is_py_version_ready = False
-      _LOGGER.warning('Interactive Beam requires Python 3.5.3+.')
-    else:
-      self._is_py_version_ready = True
+    self._is_py_version_ready = True

Review comment:
       It seems to be true, I'll make another PR.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to