Skip to content

Commit

Permalink
Force RTD to use py3.8
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kaitj committed Mar 5, 2024
1 parent 557bec2 commit 565b669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 565b669

Please sign in to comment.