From 8805d326a1f27db4a2cf72f994af57a607db2d16 Mon Sep 17 00:00:00 2001 From: John ZuHone Date: Wed, 1 Nov 2023 15:08:18 -0400 Subject: [PATCH] Update readthedocs python version used --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a9252b26..badd5b9a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,9 +7,9 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: - python: "3.8" + python: "3.9" # You can also specify other tool versions: # nodejs: "16" # rust: "1.55"