From 093264a2b7f4731ac3224e1d63353744ee5387cb Mon Sep 17 00:00:00 2001 From: Ilya Sytchev Date: Fri, 5 May 2023 17:18:04 -0400 Subject: [PATCH] Bump Ubuntu version to 22.04 in Read the Docs --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8b132414..a3c319b8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ 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"