From 07b0ecc5afaf81874b759b22c600f239e48fff9e Mon Sep 17 00:00:00 2001
From: Simonas <20096648+simjak@users.noreply.github.com>
Date: Tue, 9 Jan 2024 12:58:44 +0200
Subject: [PATCH] feat: compatible with python 3.9 and 3.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 6a805290..64e5c9e1 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,5 +1,5 @@
 default_language_version:
-  python: python3.11.3
+  python: python3.12
 repos:
   - repo: meta
     hooks:
-- 
GitLab