Switch to Python 3.13
This commit is contained in:
parent
cf7dba568d
commit
8798bb24a6
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
3.11
|
||||
3.13
|
||||
|
|
|
|||
|
|
@ -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
2
uv.lock
generated
|
|
@ -1,6 +1,6 @@
|
|||
version = 1
|
||||
revision = 3
|
||||
requires-python = ">=3.11"
|
||||
requires-python = ">=3.13"
|
||||
|
||||
[[package]]
|
||||
name = "markdown-it-py"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue