From 4e30563461f51da1619ae0d70a3b889acae5798a Mon Sep 17 00:00:00 2001 From: Hayden Date: Sun, 21 Feb 2021 15:25:53 -0900 Subject: [PATCH] bump python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9027785db..5c8655042 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" start = "app:app" [tool.poetry.dependencies] -python = "^3.8" +python = "^3.9" aiofiles = "0.5.0" aniso8601 = "7.0.0" appdirs = "1.4.4"