tvalentyn commented on code in PR #27536:
URL: https://github.com/apache/beam/pull/27536#discussion_r1267275528


##########
sdks/python/setup.py:
##########
@@ -110,7 +110,7 @@ def get_version():
   # `pipenv` package managers.
   pass
 
-REQUIRED_CYTHON_VERSION = '0.28.1'
+REQUIRED_CYTHON_VERSION = '3.0.0'

Review Comment:
   note: cython is only necessary when building beam from sources. Given that 
we release wheels, as far as our containers are concerned, there shouldn't be 
any interaction between Beam and installed version of Cython in our containers.



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to