From 3baa7cef7448e91cddfc2667a1ba71cff4ffa45e Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sat, 27 Apr 2024 15:59:34 -0500 Subject: [PATCH] chore: upgrade the Python environment for documentation --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 01a1aa9f..a0d76654 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,9 +1,9 @@ version: 2 build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: - python: "3.7" + python: "3.12" sphinx: configuration: docs/conf.py