From 7d420de1189de7c70e031c5e05b2e95d9e1cd188 Mon Sep 17 00:00:00 2001 From: Steven Palma Date: Mon, 3 Mar 2025 17:59:13 +0100 Subject: [PATCH] [skip ci] chore(pre-commit): bump python version from 3.10 to python3.12 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dba877057..f128615e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ exclude: ^(tests/data) default_language_version: - python: python3.10 + python: python3.12 repos: ##### Style / Misc. ##### - repo: https://github.com/pre-commit/pre-commit-hooks