change pyproject toml to python3.10

This commit is contained in:
Chuyue Sun 2024-05-24 21:34:55 -07:00
parent d973c9e300
commit 1e5a9c0fb4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ license = "GPL-3"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
pexpect = "^4.9.0"
[tool.poetry.build]