bugraoz93 commented on code in PR #53229:
URL: https://github.com/apache/airflow/pull/53229#discussion_r2202467786
##########
dev/breeze/src/airflow_breeze/global_constants.py:
##########
@@ -752,9 +752,9 @@ def generate_provider_dependencies_if_needed():
]
ALL_PYTHON_VERSION_TO_PATCH_VERSION: dict[str, str] = {
- "3.6": "v3.6.1",
- "3.7": "v3.7.1",
- "3.8": "v3.8.1",
+ "3.6": "v3.6.15",
+ "3.7": "v3.7.17",
+ "3.8": "v3.8.20",
Review Comment:
I don't think these are used in CI either, as even 3.9 is deprecated in the
repository for Airflow. However, the CI failure is why I updated them. Perhaps
more cleanup is required if we don't check these ones?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]