Skip to content

Commit

Permalink
downgrade python to 3.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ypkang committed Dec 11, 2024
1 parent 11f0973 commit b325594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jac/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b325594

Please sign in to comment.