瀏覽代碼

Update python version

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"}