You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by GitBox <gi...@apache.org> on 2020/03/09 21:17:57 UTC

[GitHub] [beam] tvalentyn edited a comment on issue #10821: Install typing package only for Python < 3.5

tvalentyn edited a comment on issue #10821: Install typing package only for Python < 3.5
URL: https://github.com/apache/beam/pull/10821#issuecomment-596784566
 
 
   Rerunning the tests to see which tests failed on this PR.  Requiring 3.5.3 is blocked on BEAM-8152. Would 
   ```
       'typing>=3.7.0,<3.8.0; python_version < "3.5.3"',
       'typing-extensions>=3.7.0,<3.8.0; python_version < "3.5.3"',
   ```
   be a possible workaround? 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services