From 8798bb24a6aefa66dc317b4fc47b5ffa4e8b398e Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 31 Aug 2025 19:53:37 +0200 Subject: [PATCH] Switch to Python 3.13 --- .python-version | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.python-version b/.python-version index 2c07333..24ee5b1 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11 +3.13 diff --git a/pyproject.toml b/pyproject.toml index e3aeb18..8a4b2a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "pasch" version = "0.0.0" description = "Python-based Arch System Config Helper" readme = "README.md" -requires-python = ">=3.11" +requires-python = ">=3.13" dependencies = ["rich>=14.1.0"] [tool.ruff.lint] diff --git a/uv.lock b/uv.lock index 49c7322..b87e4de 100644 --- a/uv.lock +++ b/uv.lock @@ -1,6 +1,6 @@ version = 1 revision = 3 -requires-python = ">=3.11" +requires-python = ">=3.13" [[package]] name = "markdown-it-py"