From a8f8b57fd8b152c8b75a8c59551862d7c30605e8 Mon Sep 17 00:00:00 2001 From: Fernando Correia Date: Tue, 16 Jun 2026 17:06:46 -0700 Subject: [PATCH] Set Beta development status --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4d01cf50..199ae29f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,9 @@ readme = "README.md" requires-python = ">=3.10,<3.15" dynamic = ["dependencies"] license = "Apache-2.0" +classifiers = [ + "Development Status :: 4 - Beta", +] [project.urls] Repository = "https://github.com/splunk/splunk-ao-python"