From 13bbc1bea14ca56dd581cf98e793ee8655d0ba58 Mon Sep 17 00:00:00 2001 From: Yash Gaykar Date: Mon, 29 Jun 2026 18:31:17 +0530 Subject: [PATCH] :label: chore: drop Python 3.9 classifier Remove the Python 3.9 package classifier because the SDK requires Python 3.10 or newer. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee875c3..c0c73fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,6 @@ requires-python = ">=3.10" license = { text = "BSD" } keywords = [] classifiers = [ - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12",