From ecaf4551cdbe567d7394af238c206028d58557c9 Mon Sep 17 00:00:00 2001
From: Kwan-Yuet Ho <stephenhky@yahoo.com.hk>
Date: Fri, 13 Oct 2023 11:04:16 -0400
Subject: [PATCH] updated python version to 3.9 for readthedocs

---
 .readthedocs.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index a9f89de..73cb66f 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -15,7 +15,7 @@ sphinx:
 build:
   os: ubuntu-22.04
   tools:
-    python: "3.8"
+    python: "3.9"
 
 # Optionally build your docs in additional formats such as PDF and ePub
 formats: all