Skip to content

Commit

Permalink
[pkg] fix required Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Nov 15, 2024
1 parent 54bb237 commit 2366709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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 = "[email protected]" }]
maintainers = [{ name = "Aleksandr Soloshenko", email = "[email protected]" }]
readme = "README.md"
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",
Expand Down

0 comments on commit 2366709

Please sign in to comment.