From 63d8296f8ffa79a66912e43a3c2ea45d4c5aff06 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Fri, 4 Oct 2024 12:48:36 -0400 Subject: [PATCH] pyproject: fix status classifier (#1154) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index acd48237c..e601d26b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Topic :: Security", "Topic :: Security :: Cryptography",