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


##########
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:
   But I just noticed I missed "s" at the end :)



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