From d2788169eaf21cdc5bf5c61bc1272290602a5ecd Mon Sep 17 00:00:00 2001 From: ADmad Date: Wed, 2 Oct 2024 23:13:53 +0530 Subject: [PATCH] update python version --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1a9880f..38cb31b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.7" + python: "3.9" # You can also specify other tool versions: # nodejs: "20" # rust: "1.70"