Skip to content

Commit af2afc9

Browse files
Update Python version requirement to 3.8.1 in pyproject.toml
1 parent 09f5665 commit af2afc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/chipfoundry/cf-cli"
1010
packages = [{ include = "chipfoundry_cli" }]
1111

1212
[tool.poetry.dependencies]
13-
python = ">=3.8.0"
13+
python = ">=3.8.1"
1414
click = ">=8.0.0,<9"
1515
rich = ">=13,<14"
1616
paramiko = ">=3.0.0,<4"

0 commit comments

Comments
 (0)