Update Python version requirement to 3.9 in pyproject.toml

This commit is contained in:
Rafael Moraes
2025-03-19 17:44:37 -03:00
parent a1474f1408
commit befe2a9df7
+1 -1
View File
@@ -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",