From 306b6f0672ba7c3490f96f90743b559e0ec3aa77 Mon Sep 17 00:00:00 2001 From: CyclingNinja Date: Tue, 17 Sep 2024 20:05:22 +0200 Subject: [PATCH 1/2] Remove documentation for py38 and 39 --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 33e5c2734..7ef729d03 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,8 +8,6 @@ classifiers = Operating System :: OS Independent Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 From cd4cb59256d8291fe994a60799d75b9b0f524303 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Thu, 26 Sep 2024 11:12:38 +0100 Subject: [PATCH 2/2] Include 3.13 in metadata Co-authored-by: Derek Homeier --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 7ef729d03..b566bf390 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,6 +11,7 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 Topic :: Scientific/Engineering :: Visualization License :: OSI Approved :: BSD License description = Core library for the glue multidimensional data visualization project