Skip to content

Commit

Permalink
allow devs to use python 3.12
Browse files Browse the repository at this point in the history
update poetry lock file
  • Loading branch information
2bndy5 committed Jun 4, 2024
1 parent 64ecbaf commit c2d9114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -8,7 +8,7 @@ description = ""
authors = ["Arduino <info@arduino.cc>"]

[tool.poetry.dependencies]
python = "3.11.*"
python = ">=3.11"

[tool.poetry.group.dev.dependencies]
black = "24.3.0"
Expand Down

0 comments on commit c2d9114

Please sign in to comment.