From 31673b5e15dae495dee87276d62ec338e7ae21a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Fri, 8 Sep 2023 16:44:36 +0200 Subject: [PATCH] And 3.9 --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4d3e2966..01be5dc3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,7 +4,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.10" + python: "3.9" python: install: @@ -13,5 +13,5 @@ python: extra_requirements: [all] build: apt_packages: - - python3.10-dev + - python3.9-dev - libkrb5-dev