-
Notifications
You must be signed in to change notification settings - Fork 5.2k
deps: bzlmod migration with BCR dependencies #42190
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
base: main
Are you sure you want to change the base?
Conversation
|
CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to |
3cf696c to
2ab02ca
Compare
| python.toolchain( | ||
| is_default = True, | ||
| python_version = "3.12", | ||
| ) | ||
| use_repo( | ||
| python, | ||
| "python_3_12", | ||
| python = "python_versions", | ||
| ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With Python 3.14 out, can this be bumped to at least 3.13?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
python update should be handled separately - 3.13 added a lot of breaking change so ive held off so far
| python.toolchain( | ||
| is_default = True, | ||
| python_version = "3.12", | ||
| ) | ||
| use_repo( | ||
| python, | ||
| "python_3_12", | ||
| python = "python_versions", | ||
| ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With Python 3.14 out, can this be bumped to at least 3.13?
f42bfdd to
5728c9c
Compare
99b1612 to
7eaedaa
Compare
7eaedaa to
ce06eac
Compare
ce06eac to
ceba0ca
Compare
Signed-off-by: Matthieu MOREL <[email protected]>
ceba0ca to
1d93f51
Compare
Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]