From 565b6691b697b7c431011d49f1aa77c513a489fc Mon Sep 17 00:00:00 2001 From: Jason Kai Date: Tue, 5 Mar 2024 14:48:44 -0500 Subject: [PATCH] Force RTD to use py3.8 RTD was still using py3.7, which on its own probably would have been okay. However, pybids/bids-validator now has a minimum python requirement of py3.8, which I suspect made some changes to `functools.lru_cache`. These changes caused RTD to error out when trying to read the `bids-validator` code. --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 2cd82976..80d79c4b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,7 +8,7 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "3.7" + python: "3.8" # Build documentation in the docs/ directory with Sphinx sphinx: