Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
🔨 chore: remove upper bound in requires-python
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Jun 6, 2024
1 parent 3c2452e commit 9af0a75
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "bilili"
description = "🍻 bilibili video and danmaku downloader | B站视频、弹幕下载器"
readme = "README.md"
requires-python = ">=3.8,<4.0"
requires-python = ">=3.8"
authors = [{ name = "Nyakku Shigure", email = "sigure.qaq@gmail.com" }]
keywords = ["python", "bilibili", "video", "download", "spider", "danmaku"]
license = { text = "GPLv3" }
Expand Down
141 changes: 141 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9af0a75

Please sign in to comment.