From 6f0eaaf041f22c951e3e8f4a5803f41cb6cc9421 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 5 Jul 2023 11:32:31 -0400 Subject: [PATCH] MNT: Build docs on Python 3.10 --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 5a32188317..1190ef1217 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,7 +14,7 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 + version: 3.10 install: - requirements: doc/requirements.txt - method: pip