From d25ce180c2f5181f8cb142d14638692cadb655b2 Mon Sep 17 00:00:00 2001 From: Brandon Castellano Date: Fri, 16 Jun 2023 21:56:40 -0400 Subject: [PATCH] [docs] Upgrade to Python 3.11. --- .readthedocs.yaml | 2 +- manual/.readthedocs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 913eccd7..6346d515 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.10" + python: "3.11" mkdocs: configuration: mkdocs.yml diff --git a/manual/.readthedocs.yaml b/manual/.readthedocs.yaml index 313fffe6..c58eb6e8 100644 --- a/manual/.readthedocs.yaml +++ b/manual/.readthedocs.yaml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.10" + python: "3.11" sphinx: configuration: conf.py