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

Add a dedicated error for members with mismatched Python requirements #5695

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

charliermarsh
Copy link
Member

Summary

Gives you a nice error message if you attempt to sync with, e.g., -p 3.8 when that version is supported by at least one workspace member, but your project's minimum requirement is >=3.12

Closes #5662.

@charliermarsh charliermarsh added error messages Messaging when something goes wrong preview Experimental behavior labels Aug 1, 2024
@charliermarsh charliermarsh enabled auto-merge (squash) August 1, 2024 17:23
Copy link
Member

@konstin konstin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@charliermarsh charliermarsh merged commit 7efed62 into main Aug 1, 2024
57 checks passed
@charliermarsh charliermarsh deleted the charlie/warn-requires branch August 1, 2024 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error messages Messaging when something goes wrong preview Experimental behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warn when syncing with version that's only supported by subset of workspace
2 participants