From 9938eaa49fb92c3ea47ef1da50c0cc61a96be817 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 27 Feb 2026 21:39:03 +0000 Subject: [PATCH] fix status classifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dbf859b..e06f8b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = { text = "LICENSE" } requires-python = ">=3.13" dependencies = ["cyclopts>=4.6.0", "vban-cmd>=2.6.0"] classifiers = [ - "Development Status :: 4 - Alpha", + "Development Status :: 3 - Alpha", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",