Skip to content

Commit

Permalink
Python 3.7 removed as unsupported version
Browse files Browse the repository at this point in the history
  • Loading branch information
karmaplush committed Jun 3, 2024
1 parent 556b3f6 commit f9dc30f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -45,5 +44,5 @@
"whatsapp-api-client-python==0.0.45",
"whatsapp-api-webhook-server-python-v2==0.1.0",
],
python_requires=">=3.7",
python_requires=">=3.8",
)

0 comments on commit f9dc30f

Please sign in to comment.