ソースを参照

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