From a7fc80a4351e8119a18c36017633d2ebb069421f Mon Sep 17 00:00:00 2001 From: Aleksandr Soloshenko Date: Fri, 15 Nov 2024 20:18:56 +0700 Subject: [PATCH] [pkg] fix required Python version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ceecda7..7cfa1ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "android-sms-gateway" description = "A client library for sending and managing SMS messages via the SMS Gateway for Android API" -requires-python = ">=3.6" +requires-python = ">=3.7" authors = [{ name = "Aleksandr Soloshenko", email = "admin@sms-gate.app" }] maintainers = [{ name = "Aleksandr Soloshenko", email = "support@sms-gate.app" }] readme = "README.md" @@ -13,7 +13,7 @@ license = { text = "Apache-2.0" } keywords = ["android", "sms", "gateway"] dynamic = ["version"] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent",