From e159dfeab992f3a68c2cc2d84798e884130ae647 Mon Sep 17 00:00:00 2001 From: shouzy Date: Wed, 7 Jun 2023 23:32:01 +0200 Subject: [PATCH] Updated pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]