potiuk commented on PR #52900: URL: https://github.com/apache/airflow/pull/52900#issuecomment-3038540854
@amoghrajesh The problem was that in my review I completely forgot that we need to handle also all other versions of Python :) . So insted of just "3.10.18" we should keep a dictionary of all patchlevels in all latest versions and pass the right patchlevel from that dictionally when you run for example: `breeze ci-image build --python 3.12` And we completely missed it. And we have not run `all versions` tests - but what this one would eventually do is ... all the images would be 3.10.18 even if we tried to build `3.12` - that was my mistake, I completely missed it during the review :D But I spoke to @aritra24 and he will redo that part. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org