Use python3.12
This commit is contained in:
parent
eef1ec6585
commit
1bbc2cb336
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
3.13
|
3.12
|
||||||
|
|
|
@ -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",
|
||||||
]
|
]
|
||||||
|
|
2
uv.lock
2
uv.lock
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue