From ace7c07065311f2e3ea9f78496189a228bbbe903 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Wed, 7 Aug 2024 10:38:51 +0200 Subject: [PATCH] DX: switch to Python 3.12 as developer version --- .pre-commit-config.yaml | 2 +- environment.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7010ee2..746e888 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: hooks: - id: check-dev-files args: - - --dev-python-version=3.10 + - --dev-python-version=3.12 - --no-github-actions - --no-gitpod - --no-prettierrc diff --git a/environment.yml b/environment.yml index bb570c7..a8fc4de 100644 --- a/environment.yml +++ b/environment.yml @@ -1,8 +1,8 @@ name: strong2020-salamanca dependencies: - - python==3.10.* + - python==3.12.* - pip - pip: - - -c .constraints/py3.10.txt -e .[dev] + - -c .constraints/py3.12.txt -e .[dev] variables: PRETTIER_LEGACY_CLI: "1"