From 3d4c531e07db821c5d598e43ceeef484c23e525e Mon Sep 17 00:00:00 2001 From: Kira <117554978+kiraware@users.noreply.github.com> Date: Mon, 30 Dec 2024 11:42:59 +0700 Subject: [PATCH] use latest python in precommit and readthedocs, use latest ubuntu in readthedocs config --- .pre-commit-config.yaml | 2 +- .readthedocs.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 123854d..c2fea59 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ ci: skip: [pytest] default_language_version: - python: python3.12 + python: python3 repos: # general checks (see here: https://pre-commit.com/hooks.html) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0bca923..ef4269a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,9 +7,9 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-22.04 + os: ubuntu-lts-latest tools: - python: "3.12" + python: "latest" python: install: