This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new de9b9c85e287 [SPARK-49870][PYTHON] Add Python 3.13 support in Spark
Classic
de9b9c85e287 is described below
commit de9b9c85e287c39d6bd380b518f72d3a3690012d
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Thu Oct 3 17:45:30 2024 -0700
[SPARK-49870][PYTHON] Add Python 3.13 support in Spark Classic
### What changes were proposed in this pull request?
This PR adds the note for Python 3.13 support in `setup.py` for Spark
Classic.
### Why are the changes needed?
Basic tests pass with Python 3.13 for Spark Classic
(https://github.com/apache/spark/actions/runs/11168860784)
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Via CI.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #48343 from HyukjinKwon/SPARK-49870.
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
python/packaging/classic/setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/python/packaging/classic/setup.py
b/python/packaging/classic/setup.py
index 17cca326d024..76fd638c4aa0 100755
--- a/python/packaging/classic/setup.py
+++ b/python/packaging/classic/setup.py
@@ -374,6 +374,7 @@ try:
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Typing :: Typed",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]