potiuk commented on code in PR #25159:
URL: https://github.com/apache/airflow/pull/25159#discussion_r924925205
##########
dev/breeze/src/airflow_breeze/utils/selective_checks.py:
##########
@@ -324,6 +324,14 @@ def python_versions(self) -> list[str]:
def python_versions_list_as_string(self) -> str:
return " ".join(self.python_versions)
+ @cached_property
+ def min_max_python_version_as_string(self) -> str:
Review Comment:
We hava very similar approach in "current_*_version" - when full build is
run - this is the whole range, but when "simple" PR -> this is jus the default
##########
dev/breeze/src/airflow_breeze/utils/selective_checks.py:
##########
@@ -324,6 +324,14 @@ def python_versions(self) -> list[str]:
def python_versions_list_as_string(self) -> str:
return " ".join(self.python_versions)
+ @cached_property
+ def min_max_python_version_as_string(self) -> str:
Review Comment:
We hava very similar approach in "current_*_version" - when full build is
run - this is the whole range, but when "simple" PR -> this is just the default
--
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]