bump required python version

This commit is contained in:
Rafael Moraes
2025-06-08 14:09:58 -03:00
parent e9525668d6
commit 9f31b99642
+1 -1
View File
@@ -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",