From 836921ceee020551f54e2c158dc539cc9a69f950 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 30 Sep 2022 13:00:19 -0400 Subject: [PATCH] Try building with Python 3.10 --- .readthedocs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index cc69854..9f3801b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,3 +4,8 @@ python: - path: . extra_requirements: - docs + +# workaround for stale Python version (readthedocs/readthedocs.org#9623) +build: + tools: + python: 3