1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-09-18 09:26:43 +02:00

Bump minimum Python version to 3.10

Since Falcon 4.1.0 only claims to support 3.10+ and 3.9 on a best
effort basis.
This commit is contained in:
2025-09-16 20:13:32 +03:00
parent 9a605f59a8
commit ef9063d29f
4 changed files with 6 additions and 26 deletions

View File

@@ -19,7 +19,7 @@ If you use the DSpace Statistics API please cite:
## Requirements
- Python 3.9+
- Python 3.10+
- 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+, 6.3, and 7.6)