From 7443067041341520c0463fc5c7110c526eb505bd Mon Sep 17 00:00:00 2001 From: Paul Henning Date: Sat, 9 Nov 2024 13:49:51 -0500 Subject: [PATCH] Update pyproject.toml Lift python dep to 3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8bcc0b5..d45b8f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",