Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#27 🐛 Update minimum Poetry version from 1.2.0 to 1.5.0 to better… #28

Merged
merged 1 commit into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In order to use Habushu, the following prerequisites must be installed:
* Maven 3.6+
* Maven 3.9+ for use with Maven Build Cache
* Java 11+
* [Poetry 1.2+](https://python-poetry.org/)
* [Poetry 1.5+](https://python-poetry.org/)
* [Pyenv](https://github.com/pyenv/pyenv)

Additionally, Habushu may install and manage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class PyenvAndPoetrySetup {
* Specifies the semver compliant requirement for the version of Poetry that
* must be installed and available for Habushu to use.
*/
static final String POETRY_VERSION_REQUIREMENT = "^1.2.0";
protected static final String POETRY_VERSION_REQUIREMENT = "^1.5.0";

/**
* The desired version of Python to use.
Expand Down