lower python requirement to 3.10

This commit is contained in:
Daniel Bauer
2024-08-15 22:55:59 +02:00
parent c2dbb53e2a
commit 7e7cec7e37
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ authors = [
description = "Add FAIR signpostings to response headers"
version = "0.0.1"
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.10"
dependencies = [
"Django>=3.0",
]