change pyproject toml to python3.10
This commit is contained in:
parent
d973c9e300
commit
1e5a9c0fb4
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue