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

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