Skip to content

Commit 7c93b97

Browse files
committed
api: Python 3.10を使う
1 parent c884465 commit 7c93b97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = ""
55
authors = ["utgwkk <[email protected]>"]
66

77
[tool.poetry.dependencies]
8-
python = "^3.9"
8+
python = "^3.10"
99
Flask = "^1.1.2"
1010
SQLAlchemy = "^1.4.14"
1111
graphene-sqlalchemy = "^2.3.0"

0 commit comments

Comments
 (0)