From befe2a9df709e7b0a676801be0e92bc4eb336c71 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Wed, 19 Mar 2025 17:44:37 -0300 Subject: [PATCH] Update Python version requirement 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 646a4bd..0c8b407 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "votify" description = "A Python CLI app for downloading songs, podcasts and videos from Spotify." -requires-python = ">=3.8" +requires-python = ">=3.9" authors = [{ name = "glomatico" }] dependencies = [ "click",