Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Lift python dep to 3.9
  • Loading branch information
vxbinaca authored Nov 9, 2024
1 parent 7dff8f1 commit 7443067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "tubeup"
dynamic = ["version"]
description = "VOD service to Archive.org uploader"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
license = {file = "LICENSE"}
dependencies = [
"internetarchive==4.1.0",
Expand Down

0 comments on commit 7443067

Please sign in to comment.