chore: Bump minimal python version of the API package

This commit is contained in:
Georg Krause 2023-06-13 16:12:37 +02:00
parent 6b31cba294
commit f383d52d12
1 changed files with 1 additions and 1 deletions

View File

@ -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" }