From 62da70510e8a1f93e8b38870fdebdbace965cd8e Mon Sep 17 00:00:00 2001 From: Brian May Date: Thu, 6 Feb 2025 16:05:38 +1100 Subject: [PATCH] fix: replace requirements.txt files with poetry (3) --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8ce2185..218eee3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-20.04 tools: - python: "3.9" + python: "3.10" jobs: post_create_environment: - pip install poetry