feat: Add Airflow 3.2.1#1519
Open
NickLarsenNZ wants to merge 6 commits into
Open
Conversation
- Deprecate 3.1.6 - Bump git-sync to 4.6.0 - Bump cyclonedx-bom to 7.3.0 - Bump uv to 0.11.7
These are used by pre-commit hooks.
11 tasks
Using the same version for all.
sbernauer
reviewed
Jun 3, 2026
|
|
||
| [versions."3.1.6".build-arguments] | ||
| # NOTE (@Techassi): Maybe this version can be bumped | ||
| # NOTE: Python version is kept stable unless the new Airflow version drops support for it. |
Member
There was a problem hiding this comment.
I have the feeling in general we always try to use the latest Python/Java/Rust/whatever version and fall back in case of problems. (Or at least use the latest supported Python for new versions)
Do you think we can achieve that here as well or was the Airflow-specific decision explicit?
Member
There was a problem hiding this comment.
Thanks for adding some comments already!
I think it would be great to add a few more (in the spirit of #1514). A print.sh shell script is IMHO not necessary, although arguably not bad ;)
That being said: I need to drop off for the weekend
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #1489
FYI, I am getting test failures for 3.2.1, but I will fix them in a separate PR (could just be the test assertions being different).