Skip to content

Commit 2ab6a0f

Browse files
authored
fix: python requirement for RTD + dependencies
1 parent ecac6cc commit 2ab6a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
long_description_content_type="text/markdown",
3535
url="https://github.com/goverfl0w/discord-interactions",
3636
packages=find_packages(),
37-
python_requires=">=3.9",
37+
python_requires=">=3.8.6",
3838
classifiers=[
3939
"Development Status :: 4 - Beta",
4040
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)