You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update Roadmap pages
* update runners
* some more minor updates
* some more updates
* taken care comment regarding Go sdk
* Fix trailing whitespace
---------
Co-authored-by: Danny McCormick <[email protected]>
and [Prism](/documentation/runners/prism/)runners.
35
+
[DataFlow](/documentation/runners/dataflow), [Flink](/documentation/runners/flink/), [Jet](/documentation/runners/jet), [Nemo](/documentation/runners/nemo), [Prism](/documentation/runners/prism/), [Samza](/documentation/runners/samza), [Spark](/documentation/runners/spark/), and [Twister2](/documentation/runners/Twister2)
36
+
runners.
37
37
38
38
See the details on the [Portability Roadmap](/roadmap/portability/)
39
39
@@ -46,21 +46,19 @@ For details see [Roadmap for multi-SDK efforts](/roadmap/connectors-multi-sdk/).
46
46
47
47
## Go SDK
48
48
49
-
The Go SDK is the newest SDK, and is the first SDK built entirely on the
50
-
portability framework. See the [Go SDK's Roadmap](/roadmap/go-sdk) if this piques your
51
-
interest.
49
+
The Go SDK is not actively being developed beyond bugfixes due to lack of contributors. If you'd like to help move this forward again, see the [Go SDK's Roadmap](/roadmap/go-sdk)
52
50
53
51
## Python 3 support
54
52
55
-
Apache Beam 2.14.0 and higher support Python 3.5, 3.6, and 3.7. We continue to [improve](https://issues.apache.org/jira/browse/BEAM-1251?focusedCommentId=16890504&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-1689050) the experience for Python 3 users and plan to phase out Python 2 support ([BEAM-8371](https://issues.apache.org/jira/browse/BEAM-8371)):
53
+
As of Apache Beam 2.61.0, Python 3.8 support has been removed. We support python version from 3.9 uptil Python 3.12. Supporting Python 3.13 is in our roadmap.
56
54
57
55
See details on
58
56
the [Python SDK's Roadmap](/roadmap/python-sdk/#python-3-support).
59
57
60
58
## Java 17 support
61
59
62
-
The Java SDK is eager to add support for Java's next LTS (Long Term Support)
63
-
version. See details on
60
+
Java 17 is already supported and Java's next LTS (Long Term Support)
61
+
version (21) is already on roadmap. See details on
Copy file name to clipboardExpand all lines: website/www/site/content/en/roadmap/python-sdk.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,9 @@ limitations under the License.
17
17
18
18
# Python SDK Roadmap
19
19
20
-
## Sunsetting Python 2 Support
21
-
22
-
The Apache Beam community voted to join [the pledge](https://python3statement.org/) to sunset Python 2 support in 2020. The Beam community will discontinue Python 2 support in 2020 and cannot guarantee long-term functional support or maintenance of Beam on Python 2. To ensure minimal disruption to your service, we strongly recommend that you upgrade to Python 3 as soon as possible.
23
-
24
20
## Python 3 Support
25
21
26
-
Apache Beam 2.14.0 and higher support Python 3.5, 3.6, and 3.7. We're continuing to [improve](https://issues.apache.org/jira/browse/BEAM-1251?focusedCommentId=16890504&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-1689050) the experience for Python 3 users and add support for Python 3.x minor versions ([BEAM-8494](https://issues.apache.org/jira/browse/BEAM-8494)):
22
+
Apache Beam 2.64.0 and higher support Python 3.9, 3.10, 3.11 and 3.12. We're continuing to [improve](https://issues.apache.org/jira/browse/BEAM-1251?focusedCommentId=16890504&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-1689050) the experience for Python 3 users and add support for Python 3.x minor versions:
0 commit comments