Skip to content

Commit 29133c9

Browse files
committed
allow devs to use python 3.12
update poetry lock file
1 parent 43de8c9 commit 29133c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = ""
88
authors = ["Arduino <[email protected]>"]
99

1010
[tool.poetry.dependencies]
11-
python = "3.11.*"
11+
python = ">=3.11"
1212

1313
[tool.poetry.group.dev.dependencies]
1414
black = "24.3.0"

0 commit comments

Comments
 (0)