From b3255944e6a503e136cdfe3bea320b4d783e52d5 Mon Sep 17 00:00:00 2001 From: Yiping Kang Date: Wed, 11 Dec 2024 13:31:29 -0500 Subject: [PATCH] downgrade python to 3.10.9 --- jac/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jac/pyproject.toml b/jac/pyproject.toml index d9b0ed691..669946882 100644 --- a/jac/pyproject.toml +++ b/jac/pyproject.toml @@ -20,7 +20,7 @@ homepage = "https://jaseci.org" documentation = "https://jac-lang.org" [tool.poetry.dependencies] -python = "^3.10.12" +python = "^3.10.9" backports-strenum = { version = "^1.3.1", markers = "python_version < '3.11'" } # Below are vendored in using poetry export and pip download # lark = "^1.1.9"