switch to py 3.13

This commit is contained in:
2025-01-11 15:24:44 -07:00
parent 029b79f56e
commit a3783998f0
5 changed files with 6 additions and 58 deletions

View File

@@ -7,7 +7,7 @@ authors = [
{name = "Brian Rosner", email = "brian@brosner.com"},
]
license = {text = "MIT"}
requires-python = "<4.0,>=3.12"
requires-python = "<4.0,>=3.13"
dependencies = [
"click<9.0.0,>=8.1.7",
"gunicorn<23.0.0,>=22.0.0",