Skip to content

Commit 71eb4c7

Browse files
committed
dev: fix python version, aligned with streamlit
1 parent 1d297b4 commit 71eb4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
10-
python = "^3.12"
10+
python = "!=3.9.7,>=3.8"
1111
pydantic = "^2"
1212
streamlit = "^1.39.0"
1313

0 commit comments

Comments
 (0)