Skip to content

Commit

Permalink
docs(plugins): change the example's minimum poetry version to 1.2
Browse files Browse the repository at this point in the history
this is the first poetry version with plugin support, so plugins
cannot be compatible with any version before 1.2.

(cherry picked from commit 8a500f0)
  • Loading branch information
onerandomusername authored and mkniewallner committed Oct 7, 2022
1 parent bc25811 commit 59400fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ version = "1.0.0"
# ...
[tool.poetry.dependencies]
python = "^3.7"
poetry = "^1.0"
poetry = "^1.2"

[tool.poetry.plugins."poetry.plugin"]
demo = "poetry_demo_plugin.plugin:MyPlugin"
Expand Down

0 comments on commit 59400fb

Please sign in to comment.