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" version = "0.1.0"
description = "Add your description here" description = "Add your description here"
readme = "README.md" readme = "README.md"
requires-python = ">=3.13" requires-python = ">=3.12"
dependencies = [ dependencies = [
"pygobject>=3.50.0", "pygobject>=3.50.0",
] ]

View file

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