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

@@ -6,7 +6,7 @@ authors = [
{ name = "Alan Orth", email = "git@mjanja.mozmail.com" }
]
requires-python = ">= 3.9"
requires-python = ">= 3.10"
license = "GPL-3.0-only"
license-files = ["LICENSE.txt"]