From c12a4e4e3a921f575ce11f49149c129aeeab314b Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Mon, 11 Mar 2024 21:32:48 +1100 Subject: [PATCH] chore: update metadata (#464) Update the package metadata to match the Python range. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c1d260518..d97805c89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,11 +14,10 @@ classifiers = [ "Intended Audience :: Information Technology", "Intended Audience :: Developers", "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 :: Software Development :: Libraries :: Python Modules", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX",