Skip to content

Commit

Permalink
pyproject: Fixate python version
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Jun 15, 2024
1 parent a39c97e commit 578e660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ package-mode = false
py-modules = []

[tool.poetry.dependencies]
python = "^3.11"
python = "~3.11"
pytest-xdist = "^3.3.1"
toml = "^0.10.2"

Expand Down

0 comments on commit 578e660

Please sign in to comment.