aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2021-04-04 20:01:37 -0400
committerRapptz <[email protected]>2021-04-04 20:01:37 -0400
commit7ba437cecea83d9cd3b11530857e65e0abd6dab8 (patch)
treeee5e057ad7a8b06113cfd66d3a243f6bd92c11de
parentUse typing.Protocol instead of abc.ABCMeta (diff)
downloaddiscord.py-7ba437cecea83d9cd3b11530857e65e0abd6dab8.tar.xz
discord.py-7ba437cecea83d9cd3b11530857e65e0abd6dab8.zip
Use 3.8 for ReadTheDocs builds
-rw-r--r--.readthedocs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index ab9f4daf..f67ef526 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -10,7 +10,7 @@ sphinx:
builder: html
python:
- version: 3.7
+ version: 3.8
install:
- method: pip
path: .