Skip to content

Commit d8fa05f

Browse files
committed
feat: support python 3.7
1 parent 44f2194 commit d8fa05f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ authors = ["2jun0 <soo28819@gmail.com>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = "^3.8"
9+
python = "^3.7"
1010
sqlmodel = "^0.0.16"
1111
sqlalchemy = "^2.0.29"
1212
greenlet = "^3.0.3"
1313

1414
[tool.poetry.group.dev.dependencies]
1515
pytest = "^8.1.1"
16-
pytest-asyncio = "^0.23.6"
17-
aiosqlite = "^0.20.0"
16+
pytest-asyncio = "0.21.1"
17+
aiosqlite = "0.19.0"
1818

1919
[build-system]
2020
requires = ["poetry-core"]

0 commit comments

Comments
 (0)