From 0060935a068e3bbfb05474bc52b74c5c066e4170 Mon Sep 17 00:00:00 2001 From: Dominic Kempf Date: Mon, 14 Nov 2022 11:17:47 +0100 Subject: [PATCH] Switch to Python 3.10 environment in RTD --- .pre-commit-config.yaml | 2 +- .readthedocs.yml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 70286e60..1491ed85 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: # Check Configuration as Code files for integrations - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.18.4 + rev: 0.19.1 hooks: - id: check-github-workflows - id: check-readthedocs diff --git a/.readthedocs.yml b/.readthedocs.yml index 04e8b1ab..0577e287 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,8 +10,12 @@ submodules: include: all recursive: true +build: + os: ubuntu-22.04 + tools: + python: "3.10" + python: - version: "3.8" install: - requirements: requirements-dev.txt - method: pip