We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37c568 commit 0413801Copy full SHA for 0413801
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="whatsapp-api-client-python",
8
- version="0.0.37",
+ version="0.0.38",
9
description=(
10
"This library helps you easily create"
11
" a Python application with WhatsApp API."
@@ -22,7 +22,6 @@
22
"Intended Audience :: Developers",
23
"License :: Other/Proprietary License",
24
"Operating System :: OS Independent",
25
- "Programming Language :: Python :: 3.7",
26
"Programming Language :: Python :: 3.8",
27
"Programming Language :: Python :: 3.9",
28
"Programming Language :: Python :: 3.10",
@@ -34,5 +33,5 @@
34
33
" (CC BY-ND 4.0)"
35
),
36
install_requires=["requests==2.31.0"],
37
- python_requires=">=3.7"
+ python_requires=">=3.8"
38
)
0 commit comments