From a99b02ec9a3769d3d119f13825c9cab692d94550 Mon Sep 17 00:00:00 2001 From: Sebastian Bank Date: Wed, 25 Oct 2023 09:04:30 +0200 Subject: [PATCH] tag Python 3.12 support --- CHANGES.rst | 4 +++- setup.py | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3c6ed5228c..fd6775e89f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,7 +5,9 @@ Changelog Version 0.20.2 (in development) ------------------------------- -Drop Python 3.7 support. Tag Python 3.11 support. +Drop Python 3.7 support (end of life 27 Jun 2023). + +Tag Python 3.11 and 3.12 support. Version 0.20.1 diff --git a/setup.py b/setup.py index 49bebb0c30..5951f4a01c 100644 --- a/setup.py +++ b/setup.py @@ -40,6 +40,7 @@ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Topic :: Scientific/Engineering :: Visualization', ], )