Skip to content

Commit

Permalink
fix: python version
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Nov 28, 2024
1 parent fbc0e99 commit 652e54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"pkce<1.1.0",
"pyotp<3",
],
python_requires=">=3.7",
python_requires=">=3.8",
include_package_data=True,
extras_require=extras_require,
)

0 comments on commit 652e54a

Please sign in to comment.