From c466cd9093723d6754794df62e5a0f17deb585b1 Mon Sep 17 00:00:00 2001 From: David Nicholson Date: Mon, 11 Sep 2023 12:20:49 -0400 Subject: [PATCH] DOC: Use Python 3.10 in Read the Docs config --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 923e931c4..699b1397c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ build: apt_packages: - libsndfile1 tools: - python: "3.8" + python: "3.10" sphinx: configuration: doc/conf.py