From f9b941d226242c6b481e752036654aa346409036 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 21 Mar 2023 17:33:42 +0000 Subject: [PATCH] use python3.10 for ReadTheDocs Should fix https://github.com/fonttools/fonttools/issues/3054 --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 928d65873..d88a32d18 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -20,7 +20,7 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 + version: 3.10 install: - requirements: Doc/docs-requirements.txt - method: pip