From 978b14927d8f88bf9e2b310c7639422cc18a5938 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 27 Dec 2019 22:35:50 +0100 Subject: [PATCH] Allow python from 3.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7dd2895..7f64242 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = "^3.8" +python = ">=3.6" "Mastodon.py" = "^1.5.0" click = "^7.0" pendulum = "^2.0.5"