summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-04-23 23:53:59 +0200
committerGitHub <noreply@github.com>2023-04-23 23:53:59 +0200
commita91a8d60ccd5ca8e5f8e162d67b3b93444105235 (patch)
tree7087fd6ddbabfc81f99627f1122f8092bec977fc /.readthedocs.yaml
parente49bfaa2229e2ce27b7a212ad3ebe378dc17f613 (diff)
downloadastroid-git-a91a8d60ccd5ca8e5f8e162d67b3b93444105235.tar.gz
Drop support for Python 3.7 (#2137)
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index f3e25df5..05cb07be 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -6,6 +6,6 @@ sphinx:
configuration: doc/conf.py
python:
- version: 3.7
+ version: 3.8
install:
- requirements: doc/requirements.txt