[
https://issues.apache.org/jira/browse/BEAM-8494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17046018#comment-17046018
]
Valentyn Tymofieiev commented on BEAM-8494:
-------------------------------------------
I tried to install Beam on Py 3.8 and run unit tests. Findings so far:
- We need to relax some dependencies (fastavro, pyarrow, pandas), otherwise
wheels fail to build on my platform.
- It seems like we need typing_extensions for tests to pass. For some reason we
skip it on Python 3.8 [1].
[1]
https://github.com/apache/beam/blob/4a25aa0dcaf19184ac279f566917132f5ae2be9d/sdks/python/setup.py#L172
> Python 3.8 Support
> ------------------
>
> Key: BEAM-8494
> URL: https://issues.apache.org/jira/browse/BEAM-8494
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Valentyn Tymofieiev
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)