Skip to content

Commit 652e54a

Browse files
committed
fix: python version
1 parent fbc0e99 commit 652e54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"pkce<1.1.0",
129129
"pyotp<3",
130130
],
131-
python_requires=">=3.7",
131+
python_requires=">=3.8",
132132
include_package_data=True,
133133
extras_require=extras_require,
134134
)

0 commit comments

Comments
 (0)