From 6c685647461e710a420e941581372325e116352d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 19 Apr 2022 04:36:20 +0200 Subject: [PATCH] :hammer: Support Python 3.10 in readthedocs --- .readthedocs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 010fb06..3ec855a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,2 +1,8 @@ +version: 2 + python: pip_install: true + +build: + tools: + python: "3.10"