From 9f31b99642c8c6d50f9cb483c6589569e336a45e Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Sun, 8 Jun 2025 14:09:58 -0300 Subject: [PATCH] bump required python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6174f6a..c46741f 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.9" +requires-python = ">=3.10" authors = [{ name = "glomatico" }] dependencies = [ "click",