1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-11 23:56:01 +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

@ -20,7 +20,7 @@ If you use the DSpace Statistics API please cite:
## Requirements
- Python 3.7+
- Python 3.8+
- PostgreSQL version 9.5+ (due to [`UPSERT` support](https://wiki.postgresql.org/wiki/UPSERT))
- DSpace with [Solr usage statistics enabled](https://wiki.lyrasis.org/display/DSDOC5x/SOLR+Statistics) (tested with 5.8+ and 6.3)