Przeglądaj źródła

Update python version

jherve 1 rok temu
rodzic
commit
80e2ea5fde
1 zmienionych plików z 1 dodań i 1 usunięć
  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"}