Skip to content

Commit 0413801

Browse files
committed
Updated setup.py
1 parent f37c568 commit 0413801

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="whatsapp-api-client-python",
8-
version="0.0.37",
8+
version="0.0.38",
99
description=(
1010
"This library helps you easily create"
1111
" a Python application with WhatsApp API."
@@ -22,7 +22,6 @@
2222
"Intended Audience :: Developers",
2323
"License :: Other/Proprietary License",
2424
"Operating System :: OS Independent",
25-
"Programming Language :: Python :: 3.7",
2625
"Programming Language :: Python :: 3.8",
2726
"Programming Language :: Python :: 3.9",
2827
"Programming Language :: Python :: 3.10",
@@ -34,5 +33,5 @@
3433
" (CC BY-ND 4.0)"
3534
),
3635
install_requires=["requests==2.31.0"],
37-
python_requires=">=3.7"
36+
python_requires=">=3.8"
3837
)

0 commit comments

Comments
 (0)