From ae283deeb95c3be0b7e16ff4f60aea5144446191 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Thu, 12 Dec 2024 15:00:26 +0700 Subject: [PATCH] ci: use current 3.13 version of python (#5751) pre-commit: use current version of python --- .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 f09589ec4..6d4dbd395 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ default_language_version: # force all unspecified python hooks to run python3 - python: python3.10 + python: python3.13 #ci: # autofix_prs: false