Skip to content

Commit 7d6ac86

Browse files
committed
fix: allow for lower python version
1 parent e7a4a2c commit 7d6ac86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "smppai"
33
version = "0.1.0"
44
description = "Async SMPP (Short Message Peer-to-Peer) Protocol v3.4 Implementation"
55
readme = "README.md"
6-
requires-python = ">=3.13"
6+
requires-python = ">=3.8"
77
classifiers = [
88
"Development Status :: 3 - Alpha",
99
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)