From d8937d98053d805365b839110aad4ff9ca513288 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Wed, 29 Jan 2025 16:19:25 -0300 Subject: [PATCH] bump required Python version to 3.9 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 241b399..0e223ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "gamdl" description = "A Python CLI app for downloading Apple Music songs, music videos and post videos." -requires-python = ">=3.8" +requires-python = ">=3.9" authors = [{ name = "glomatico" }] dependencies = [ "click",