Use python3.12

This commit is contained in:
Jan Hamal Dvořák 2025-03-08 22:26:23 +01:00
parent eef1ec6585
commit 1bbc2cb336
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
3.13
3.12

View file

@ -3,7 +3,7 @@ name = "lazy-player"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.12"
dependencies = [
"pygobject>=3.50.0",
]

View file

@ -1,6 +1,6 @@
version = 1
revision = 1
requires-python = ">=3.13"
requires-python = ">=3.12"
[[package]]
name = "lazy-player"