You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bh...@apache.org on 2022/02/10 01:08:51 UTC

[beam] branch master updated: Announce Python 3.9 in CHANGES.md (#16802)

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

bhulette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new f774585  Announce Python 3.9 in CHANGES.md (#16802)
f774585 is described below

commit f7745855334c1352ea0c6d244d826215f91c6cb1
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Wed Feb 9 17:06:16 2022 -0800

    Announce Python 3.9 in CHANGES.md (#16802)
---
 CHANGES.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 4a3bcc3..5b93db6 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -55,6 +55,11 @@
 * Java 17 support for Dataflow ([BEAM-12240](https://issues.apache.org/jira/browse/BEAM-12240)).
   * Users using Dataflow Runner V2 may see issues with state cache due to inaccurate object sizes ([BEAM-13695](https://issues.apache.org/jira/browse/BEAM-13695)).
   * ZetaSql is currently unsupported ([issue](https://github.com/google/zetasql/issues/89)).
+* Python 3.9 support in Apache Beam ([BEAM-12000](https://issues.apache.org/jira/browse/BEAM-12000)).
+  * Dataflow support for Python 3.9 is expected to be available with 2.37.0,
+    but may not be fully available yet when the release is announced ([BEAM-13864](https://issues.apache.org/jira/browse/BEAM-13864)).
+  * Users of Dataflow Runner V2 can run Python 3.9 pipelines with 2.37.0 release right away.
+
 ## I/Os
 
 * Go SDK now has wrappers for the following Cross Language Transforms from Java, along with automatic expansion service startup for each.