From 0f9d14022a062907f4ca919a960e8015faa2ce6a Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Wed, 31 Jan 2024 16:27:37 -0500 Subject: [PATCH] install: update supported python version trove classifiers --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2b63cda..db4eda7 100644 --- a/setup.py +++ b/setup.py @@ -65,11 +65,11 @@ def read(fname): "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "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", "Topic :: Scientific/Engineering", "Intended Audience :: Science/Research", "Operating System :: POSIX",