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:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user