From f33b3de1882dbdcf8a31ba7134026ad83d6ccd9c Mon Sep 17 00:00:00 2001 From: Nicholas Reinicke Date: Fri, 8 Nov 2024 09:30:55 -0700 Subject: [PATCH] update read the docs to python 3.12 and ubuntu 22 --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 472dc95..989d3c5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,9 +1,9 @@ version: 2 build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: - python: "3.8" + python: "3.12" python: install: