From 291e5aa705c4892a8b5d598d80eea946c07355fa Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Fri, 6 Jan 2023 21:38:28 +0100 Subject: [PATCH] Test Python 3.9 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6c8cb8d..2523846 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,5 +3,5 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "3.8" + python: "3.9"