Skip to content

Commit 8fc66ad

Browse files
committed
Fix Python version in pyproject.toml
1 parent 8c6e1c4 commit 8fc66ad

File tree

2 files changed

+46
-80
lines changed

2 files changed

+46
-80
lines changed

poetry.lock

+45-79
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
@@ -45,7 +45,7 @@ exclude = [
4545
]
4646

4747
[tool.poetry.dependencies]
48-
python = "^3.8"
48+
python = "^3.10"
4949

5050
[tool.poetry.group.dev.dependencies]
5151
pytest = "^7.2"

0 commit comments

Comments
 (0)