From 680b1ada2dcd07551dc87ce96a215fd555c85198 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 18 Oct 2024 12:06:44 +0200 Subject: [PATCH] DX: switch back to Python 3.9 --- .binder/runtime.txt | 2 +- .github/workflows/notebook.yml | 2 +- .pre-commit-config.yaml | 1 + .python-version | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.binder/runtime.txt b/.binder/runtime.txt index d2aca3a..8fdd907 100644 --- a/.binder/runtime.txt +++ b/.binder/runtime.txt @@ -1 +1 @@ -python-3.12 +python-3.9 diff --git a/.github/workflows/notebook.yml b/.github/workflows/notebook.yml index c030fa7..f36a446 100644 --- a/.github/workflows/notebook.yml +++ b/.github/workflows/notebook.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.9" - uses: astral-sh/setup-uv@v3 with: enable-cache: true diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ddcba3..1e5ee58 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,6 +13,7 @@ repos: hooks: - id: check-dev-files args: + - --dev-python-version=3.9 - --no-cd - --no-cspell-update - --no-github-actions diff --git a/.python-version b/.python-version index e4fba21..bd28b9c 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12 +3.9