From b46d5175cd8aec912bc7af285ba99ab6fb2d96cc Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Tue, 9 Jul 2024 20:13:31 +0200 Subject: [PATCH] Increased minimal python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 033667c..66230b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ syng-gui = "syng.gui:main" # syng-shell = "syng.webclientmockup:main" [tool.poetry.dependencies] -python = "^3.8" +python = "^3.9" python-socketio = "^5.10.0" aiohttp = "^3.9.1" yt-dlp = { version = "*"}