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"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"pygobject>=3.50.0",
|
||||
]
|
||||
|
|
2
uv.lock
2
uv.lock
|
@ -1,6 +1,6 @@
|
|||
version = 1
|
||||
revision = 1
|
||||
requires-python = ">=3.13"
|
||||
requires-python = ">=3.12"
|
||||
|
||||
[[package]]
|
||||
name = "lazy-player"
|
||||
|
|
Loading…
Reference in a new issue