jherve пре 1 година
родитељ
комит
80e2ea5fde
1 измењених фајлова са 1 додато и 1 уклоњено
  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"}