From 6fbdfbf2532dc3515d7b0b98a19538ec14f25ce7 Mon Sep 17 00:00:00 2001 From: Josh Kirk <59419126+this-josh@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:36:03 +0800 Subject: [PATCH] docs use python 3.10 for types.Union --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a3de0de..063b580 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,7 +14,7 @@ formats: all build: os: ubuntu-22.04 tools: - python: "3.12" + python: "3.10" # Optionally set the version of Python and requirements required to build your docs python: