Skip to content

Commit

Permalink
Update minimum python requirement to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroy committed Jun 28, 2023
1 parent 0e171cb commit 5f2eb73
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 80 deletions.
109 changes: 30 additions & 79 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.9"
python = ">=3.10.0"
protobuf = ">=3.20"
zeroconf = ">=0.38"

Expand Down

0 comments on commit 5f2eb73

Please sign in to comment.