From 890ab41601d7177ba2eb883d3e615b81422b5838 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 22 Sep 2024 11:36:35 +0300 Subject: [PATCH] update python? --- .pre-commit-config.yaml | 2 +- .python-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 321ddc2..2da7d9b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ ci: default_language_version: node: "lts" # Remember .python-version ! - python: "3.12" + python: "3.13" ruby: ".ruby-version" repos: diff --git a/.python-version b/.python-version index 35f236d..bec3a35 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12.6 +system