From a3bf4cc54c94923844a26a8fdfaf9dee252bb71a Mon Sep 17 00:00:00 2001 From: Ben Donnelly Date: Wed, 17 Jan 2024 12:40:43 +0000 Subject: [PATCH] chore(build): update python classifiers Update classifiers for PyPi to include python 3.12 and change to stable release. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf0c3db..ed32c8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ { name = "Ben Donnelly", email = "b.w.donnelly1@gmail.com" } ] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3", "Programming Language :: Python", @@ -23,6 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Typing :: Typed", ] dynamic = [