Skip to content

Commit 78a9da8

Browse files
committed
allow devs to use python 3.12
update poetry lock file
1 parent d87eea9 commit 78a9da8

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 = "23.11.0"

0 commit comments

Comments
 (0)