Skip to content

Commit 05a1ffb

Browse files
zhengruifengdongjoon-hyun
authored andcommitted
[SPARK-51169][PYTHON] Add Python 3.14 support in Spark Classic
### What changes were proposed in this pull request? This PR adds the note for Python 3.14 support in setup.py for Spark Classic. ### Why are the changes needed? it is needed for 3.14 support ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI ### Was this patch authored or co-authored using generative AI tooling? No Closes #52556 from zhengruifeng/classic_314. Authored-by: Ruifeng Zheng <ruifengz@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 26ba0ed commit 05a1ffb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/packaging/classic/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ def run(self):
385385
"Programming Language :: Python :: 3.11",
386386
"Programming Language :: Python :: 3.12",
387387
"Programming Language :: Python :: 3.13",
388+
"Programming Language :: Python :: 3.14",
388389
"Programming Language :: Python :: Implementation :: CPython",
389390
"Programming Language :: Python :: Implementation :: PyPy",
390391
"Typing :: Typed",

0 commit comments

Comments
 (0)