potiuk commented on code in PR #53229:
URL: https://github.com/apache/airflow/pull/53229#discussion_r2202478041


##########
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:
   And yes - we could likely remove them altogether - we do not need 
3.6/3.7/3.8 - we still need 3.9 because when this script is cherry-picked 
to`v3-0-test` it should also check Python 3.9 (though technically there should 
be no more releases of 3.9).



-- 
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]

Reply via email to