Skip to content

Commit 420fc80

Browse files
committed
update requires_python to >=3.10
1 parent 5539be1 commit 420fc80

File tree

3 files changed

+4
-32
lines changed

3 files changed

+4
-32
lines changed

pdm.lock

Lines changed: 2 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"ytmusicapi>=1.10.0",
1111
"inquirerpy>=0.3.4",
1212
]
13-
requires-python = "<3.13,>3.9"
13+
requires-python = "<3.13,>=3.10"
1414
readme = "ytmusic_deleter/README.md"
1515
license = { text = "GPL-3.0" }
1616

ytmusic_deleter/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.2.0"
1+
__version__ = "3.2.1.dev2+g5539be1.d20250731"

0 commit comments

Comments
 (0)