From f33ad43e0e12b4918b4d4f9931a52f1194dc14a4 Mon Sep 17 00:00:00 2001 From: Mergen Nachin Date: Fri, 10 Oct 2025 17:11:25 -0400 Subject: [PATCH] Promote pyproject beta to production/stable (#14777) Will land this PR and cherry-pick to release/1.0 branch as we approach to 1.0 release. (cherry picked from commit 3bfd5e02a08cd1757eb85baf6252b6025a47596d) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 401b1fa2c24..393f8578c8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ # 3 - Alpha # 4 - Beta # 5 - Production/Stable - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research",