1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-08 22:26:04 +02:00

Recommend Python 3.8+

I'm only using Python 3.8+ anyways, and 3.7 is end of life as of
next month. Some deps start wanting Python 3.8 so let's just bump
it.
This commit is contained in:
2023-05-30 10:23:10 +03:00
parent 770f676fb5
commit 7e334f6de8
3 changed files with 2 additions and 41 deletions

View File

@ -6,7 +6,7 @@ authors = ["Alan Orth <aorth@mjanja.ch>"]
license = "GPL-3.0-only"
[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
gunicorn = "^20.0.4"
falcon = "3.1.1"
psycopg2 = "^2.9.1"