From 6b516475a1c71b8fbdc39f24e09d7e247f479dcf Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Fri, 29 Sep 2023 15:01:59 -0700 Subject: [PATCH] [SPARK-44120][PYTHON] Support Python 3.12 --- python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/setup.py b/python/setup.py index 05658c6a6a8b2..7e5e4ebd85106 100755 --- a/python/setup.py +++ b/python/setup.py @@ -337,6 +337,7 @@ def run(self): "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Typing :: Typed",