feat: drop support for python3.7

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2342>
This commit is contained in:
jo 2023-01-27 18:58:47 +01:00 committed by Marge
commit c6f235ec8c
5 changed files with 7 additions and 87 deletions

View file

@ -25,7 +25,7 @@ exclude = ["tests"]
funkwhale-manage = 'funkwhale_api.main:main'
[tool.poetry.dependencies]
python = "^3.7.2"
python = "^3.8"
# Django
dj-rest-auth = { extras = ["with_social"], version = "2.2.7" }
@ -86,7 +86,6 @@ sentry-sdk = "==1.12.1"
watchdog = "==2.2.1"
# Dependencies pinning
importlib-metadata = { version = "==4.13.0", python = "<=3.7" }
ipython = "==7.34.0"
pluralizer = "==1.2.0"
service-identity = "==21.1.0"