From 701714d289ba0d5fe536cc72d68da1ae449b068b Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Wed, 30 Oct 2019 12:18:47 -0700 Subject: [PATCH] [SPARK-29668][DOCS] Deprecate Python 3 prior to version 3.6 --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 9e8af0d5f8e2..5dd8d7816bdd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -48,7 +48,7 @@ or the `JAVA_HOME` environment variable pointing to a Java installation. Spark runs on Java 8/11, Scala 2.12, Python 2.7+/3.4+ and R 3.1+. Java 8 prior to version 8u92 support is deprecated as of Spark 3.0.0. -Python 2 support is deprecated as of Spark 3.0.0. +Python 2 and Python 3 prior to version 3.6 support is deprecated as of Spark 3.0.0. R prior to version 3.4 support is deprecated as of Spark 3.0.0. For the Scala API, Spark {{site.SPARK_VERSION}} uses Scala {{site.SCALA_BINARY_VERSION}}. You will need to use a compatible Scala version