diff --git a/pyproject.toml b/pyproject.toml index 25eeab0..7c08e8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "YTDownloader" -version = "1.4.2" +version = "1.5" description = "A program to download any YouTube video or playlist" readme = "README.md" license = { text = "MIT" } @@ -8,10 +8,10 @@ authors = [{ name = "realshouzy" }] classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.11 :: Only", + "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation :: CPython" ] -requires-python = ">=3.11" +requires-python = ">=3.10" dependencies = ["pytube", "PySimpleGUI"] [tool.black]