mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-05-10 23:26:02 +02:00
Don't test on Python 3.6 anymore
Python 3.6 is deprecated in Falcon 3.1.0 and all of our production and development hosts are running Python 3.8+ now.
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.6"
|
||||
python = "^3.7"
|
||||
gunicorn = "^20.0.4"
|
||||
falcon = "3.1.0"
|
||||
psycopg2 = "^2.9.1"
|
||||
|
Reference in New Issue
Block a user