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

@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Unreleased
### Changed
- Update recommended Python version to 3.10+
## 1.4.5 - 2025-04-02
### Changed