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: