Skip to content
Snippets Groups Projects

manager/pyproject.toml: correct Python version for poethepoet

Merged Oto Šťáva requested to merge manager-fix-alternating-deps into 6.0
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -26,7 +26,7 @@ prometheus-client = "*"
poetry = "^1.4.2"
pyparsing = "^3.0.9"
poethepoet = [
{ version = "^0.18.1", python = "^3.7" },
{ version = "^0.18.1", python = "~3.7" },
{ version = "^0.22.0", python = "^3.8" }
]
debugpy = "^1.6.7"
Loading