update required python version to 3.10

This commit is contained in:
David Paul Graham 2026-03-14 11:19:30 -04:00
parent 5a2e5d7641
commit d22be8c977
No known key found for this signature in database
GPG key ID: ACDB045B782EF333

View file

@ -7,7 +7,7 @@ license = "MIT"
authors = [
{ name = "jazzband", email = "n.anahara@fragment.co.jp" },
]
requires-python = ">=3.8"
requires-python = ">=3.10"
dependencies = [
"Django>=4.2",
"cryptography>=35.0.0",