Skip to content

Commit fba68dc

Browse files
committed
2 parents d5287da + b8d7c16 commit fba68dc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

readthedocs.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
version: 2
22
sphinx:
33
configuration: docs/conf.py
4-
formats:
5-
- pdf
64
python:
7-
version: 3.9
5+
version: 3.8 # we have to use this, 3.9 is not supported for RTD.
86
install:
97
- method: pip
108
extra_requirements:

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)