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"