Skip to content

Commit eb7f26f

Browse files
bugraoz93Your Name
authored andcommitted
[v3-0-test] fix(ci): bump python versions (#53229)
(cherry picked from commit 234c7f0) Co-authored-by: Bugra Ozturk <[email protected]>
1 parent 9dd4439 commit eb7f26f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/breeze/src/airflow_breeze/global_constants.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -754,9 +754,9 @@ def generate_provider_dependencies_if_needed():
754754
]
755755

756756
ALL_PYTHON_VERSION_TO_PATCH_VERSION: dict[str, str] = {
757-
"3.6": "v3.6.1",
758-
"3.7": "v3.7.1",
759-
"3.8": "v3.8.1",
757+
"3.6": "v3.6.15",
758+
"3.7": "v3.7.17",
759+
"3.8": "v3.8.20",
760760
"3.9": "v3.9.23",
761761
"3.10": "v3.10.18",
762762
"3.11": "v3.11.13",

0 commit comments

Comments
 (0)