Skip to content

Commit 2366709

Browse files
committed
[pkg] fix required Python version
1 parent 54bb237 commit 2366709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "android-sms-gateway"
77
description = "A client library for sending and managing SMS messages via the SMS Gateway for Android API"
8-
requires-python = ">=3.6"
8+
requires-python = ">=3.7"
99
authors = [{ name = "Aleksandr Soloshenko", email = "[email protected]" }]
1010
maintainers = [{ name = "Aleksandr Soloshenko", email = "[email protected]" }]
1111
readme = "README.md"
1212
license = { text = "Apache-2.0" }
1313
keywords = ["android", "sms", "gateway"]
1414
dynamic = ["version"]
1515
classifiers = [
16-
"Development Status :: 4 - Beta",
16+
"Development Status :: 5 - Production/Stable",
1717
"Intended Audience :: Developers",
1818
"License :: OSI Approved :: Apache Software License",
1919
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)