Browse Source

Update python version

jherve 1 year ago
parent
commit
80e2ea5fde
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -23,7 +23,7 @@ dependencies = [
     "fastapi>=0.110.1",
     "jinja2>=3.1.3",
 ]
-requires-python = "==3.11.*"
+requires-python = ">=3.11"
 readme = "README.md"
 license = {text = "MIT"}