1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-08 14:16:01 +02:00

Use Python 3.8.0 for pipenv

Python 3.8.0 was released several months ago and has made it into
Arch Linux's core repositories so it's time to start moving.
This commit is contained in:
2019-11-15 00:38:45 +02:00
parent feb60b6adf
commit 494548c691
2 changed files with 79 additions and 90 deletions

View File

@ -15,4 +15,4 @@ ipython = "*"
pytest = "*"
[requires]
python_version = "3.7"
python_version = "3.8"