From 1ab444f08c49939872c592ec9500daf511755c0f Mon Sep 17 00:00:00 2001 From: Jakob Lass Date: Fri, 11 Apr 2025 14:18:30 +0200 Subject: [PATCH] Update os requirement --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 916fcf6..6b0bc6a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,7 @@ version: 2 # Set the OS, Python version, and other tools you might need build: - os: ubuntu + os: ubuntu-lts-latest tools: python: "3.13"