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:
@ -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"
|
||||
|
Reference in New Issue
Block a user