Skip to content

Commit

Permalink
Fix Python version in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Jan 17, 2024
1 parent 8c6e1c4 commit 8fc66ad
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 80 deletions.
124 changes: 45 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
Expand Up @@ -45,7 +45,7 @@ exclude = [
]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.10"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2"
Expand Down

0 comments on commit 8fc66ad

Please sign in to comment.