From f18acef468b5f6cb83e941c27ab048d2f3cf1dd7 Mon Sep 17 00:00:00 2001 From: Odair M <odairmario45@gmail.com> Date: Fri, 26 Aug 2022 18:54:16 -0300 Subject: [PATCH] fix(Build): fix python version --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 103b50a..cbf2338 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,9 @@ version: 2 +build: + os: ubuntu-20.04 + tools: + python: "3.10" python: install: - requirements: ./requirements.txt -- GitLab