Move minimum supported version to python 3.9

This commit is contained in:
dmunozv04
2025-02-21 10:16:24 +01:00
parent 1cf539be9a
commit eafedb7cf7

View File

@@ -6,7 +6,7 @@ authors = [
]
description = "SponsorBlock client for all YouTube TV clients"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",