From 990f16146725fae8be14c247e57e74357c5bba3d Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 15 May 2024 15:13:14 +0200 Subject: We are beta! --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fd0f147..b4cf281 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,14 +13,14 @@ readme = "README.md" license = { "text" = "MIT" } classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Topic :: Security", "Topic :: Security :: Cryptography", - "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", "Intended Audience :: Developers", "Intended Audience :: Science/Research" ] -- cgit v1.3.1