Switch to Python 3.13

This commit is contained in:
Joscha 2025-08-31 19:53:37 +02:00
parent cf7dba568d
commit 8798bb24a6
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
3.11
3.13

View file

@ -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]

2
uv.lock generated
View file

@ -1,6 +1,6 @@
version = 1
revision = 3
requires-python = ">=3.11"
requires-python = ">=3.13"
[[package]]
name = "markdown-it-py"