diff options
| author | Rapptz <[email protected]> | 2021-04-04 20:01:37 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-04-04 20:01:37 -0400 |
| commit | 7ba437cecea83d9cd3b11530857e65e0abd6dab8 (patch) | |
| tree | ee5e057ad7a8b06113cfd66d3a243f6bd92c11de | |
| parent | Use typing.Protocol instead of abc.ABCMeta (diff) | |
| download | discord.py-7ba437cecea83d9cd3b11530857e65e0abd6dab8.tar.xz discord.py-7ba437cecea83d9cd3b11530857e65e0abd6dab8.zip | |
Use 3.8 for ReadTheDocs builds
| -rw-r--r-- | .readthedocs.yml | 2 |
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: . |