From 1e5a9c0fb4f0c382a550739b5acc44a3623b7929 Mon Sep 17 00:00:00 2001 From: Chuyue Sun Date: Fri, 24 May 2024 21:34:55 -0700 Subject: [PATCH] change pyproject toml to python3.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1450528..83ba788 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]