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

support poetry v2 by conditionally setting some config options #279

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

ITProKyle
Copy link
Member

Summary

Support poetry ^2.0.0

Why This Is Needed

Trying to set virtualenvs.prefer-active-python with poetry ^2.0.0 results in an error as this config option no longer exists.

What Changed

Added

  • added check for poetry v1 before setting virtualenvs.prefer-active-python

Fixed

  • fixed an issue preventing use of poetry ^2.0.0

@ITProKyle ITProKyle added the changelog:minor Minor change resulting in a minor release label Jan 7, 2025
@ITProKyle ITProKyle self-assigned this Jan 7, 2025
@github-actions github-actions bot added the feature Request or pull request for a new feature label Jan 7, 2025
@ITProKyle ITProKyle merged commit 8094ab2 into master Jan 7, 2025
13 checks passed
@ITProKyle ITProKyle deleted the feat/poetry-2 branch January 7, 2025 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:minor Minor change resulting in a minor release feature Request or pull request for a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant