From 82c182aebb8c8c87c18f706d1e4ea30417dbe8f7 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Mon, 2 Dec 2024 15:54:34 -0800 Subject: [PATCH] [SPARK-47993][DOCS][FOLLOWUP] Update RDD programing guide to Python 3.9+ --- docs/rdd-programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rdd-programming-guide.md b/docs/rdd-programming-guide.md index a1adcc2f6eb0..400f8a512e7a 100644 --- a/docs/rdd-programming-guide.md +++ b/docs/rdd-programming-guide.md @@ -39,7 +39,7 @@ along with if you launch Spark's interactive shell -- either `bin/spark-shell` f
-Spark {{site.SPARK_VERSION}} works with Python 3.8+. It can use the standard CPython interpreter, +Spark {{site.SPARK_VERSION}} works with Python 3.9+. It can use the standard CPython interpreter, so C libraries like NumPy can be used. It also works with PyPy 7.3.6+. Spark applications in Python can either be run with the `bin/spark-submit` script which includes Spark at runtime, or by including it in your setup.py as: