From 9d8df2736ca78433082a4e6ad3a93db673ddeb8c Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 18 Mar 2020 14:25:08 +0100 Subject: Python 3.8 is the minimum. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index f75c791b..c3ca7692 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Cédric Bonhomme "] license = "AGPL-3.0-or-later" [tool.poetry.dependencies] -python = "^3.6" +python = "^3.8" aiohttp = "^3.6.2" requests = "^2.23.0" chardet = "^3.0.4" -- cgit