From ce598a617ba883d5963578623b6eb5a99071d98c Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Fri, 8 Sep 2023 15:42:38 -0400 Subject: [PATCH] Backport PR #26721: Add a Python 3.12 classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 85ea74286e75..caa65b6a1012 100644 --- a/setup.py +++ b/setup.py @@ -297,6 +297,7 @@ def make_release_tree(self, base_dir, files): 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Topic :: Scientific/Engineering :: Visualization', ],