bump required Python version to 3.9 in pyproject.toml

This commit is contained in:
Rafael Moraes
2025-01-29 16:19:25 -03:00
parent 513db83645
commit d8937d9805
+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.8"
requires-python = ">=3.9"
authors = [{ name = "glomatico" }]
dependencies = [
"click",