Skip to content

Commit

Permalink
fix: resolve Poetry preview and deps issues with Python version requi…
Browse files Browse the repository at this point in the history
…rements
  • Loading branch information
DavidVujic committed Feb 8, 2022
1 parent 5d5f810 commit 4e23ee6
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 @@ -12,7 +12,7 @@ packages = [{include = "poetry_polylith_plugin"}]
poetry-polylith-plugin = "poetry_polylith_plugin:PolylithPlugin"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.7"
poetry = {version = "^1.2.0a2", allow-prereleases = true}
tomlkit = ">=0.7.0,<1.0.0"

Expand Down

0 comments on commit 4e23ee6

Please sign in to comment.