Skip to content

Commit 1a6ae48

Browse files
committed
chore: update Python version requirements
1 parent 6c22ef6 commit 1a6ae48

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ readme = "README.md"
66
authors = [
77
{ name = "Muhd. Danial Danish Roslan", email = "distantwaterstream@gmail.com" }
88
]
9-
requires-python = ">=3.13"
9+
requires-python = ">= 3.12, < 3.14"
10+
license = { text = "MIT" }
1011
dependencies = [
1112
"asyncclick>=8.1.8",
1213
"beautifulsoup4>=4.13.4",

uv.lock

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

0 commit comments

Comments
 (0)