From f383d52d12539a7364dd1aabefa6d5d1e589fd35 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Tue, 13 Jun 2023 16:12:37 +0200 Subject: [PATCH] chore: Bump minimal python version of the API package --- api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index a4494b110..f74969003 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -25,7 +25,7 @@ exclude = ["tests"] funkwhale-manage = 'funkwhale_api.main:main' [tool.poetry.dependencies] -python = "^3.7" +python = "^3.8" # Django dj-rest-auth = { extras = ["with_social"], version = "2.2.8" }