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"