From 91a1f87303a4433b0ac57f68d0bd2a8677e8e766 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 2 Jan 2022 19:04:45 +0100 Subject: Newspipe requires Python>=3.10. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 96991106..7320c02b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "AGPL-3.0-or-later" homepage = "https://sr.ht/~cedric/newspipe" [tool.poetry.dependencies] -python = "^3.8" +python = "^3.10" aiohttp = "^3.7.4" requests = "^2.25.1" chardet = "^4.0.0" -- cgit