Skip to content

Commit 891f694

Browse files
committed
[SPARK-50306][PYTHON][CONNECT] Support Python 3.13 in Spark Connect
### What changes were proposed in this pull request? This PR proposes to note Python 3.13 in `pyspark-connect` package as its supported version. ### Why are the changes needed? To officially support Python 3.13 ### Does this PR introduce _any_ user-facing change? Yes, in `pyspark-connect` package, Python 3.13 will be explicitly noted as a supported Python version. ### How was this patch tested? CI passed at https://github.com/apache/spark/actions/runs/11824865909 ### Was this patch authored or co-authored using generative AI tooling? No. Closes #48839 from HyukjinKwon/SPARK-50306. Authored-by: Hyukjin Kwon <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
1 parent 33378a6 commit 891f694

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/packaging/connect/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@
212212
"Programming Language :: Python :: 3.10",
213213
"Programming Language :: Python :: 3.11",
214214
"Programming Language :: Python :: 3.12",
215+
"Programming Language :: Python :: 3.13",
215216
"Programming Language :: Python :: Implementation :: CPython",
216217
"Programming Language :: Python :: Implementation :: PyPy",
217218
"Typing :: Typed",

0 commit comments

Comments
 (0)