ashb commented on PR #44686:
URL: https://github.com/apache/airflow/pull/44686#issuecomment-2520491105

   > to me, this seems like too much. all we really need is for it to be just a 
little bit easier to know the core airflow version, it seems to me.
   
   Which we already have:
   
   ```
   AIRFLOW_VERSION = Version(airflow_version)
   AIRFLOW_V_3_0_PLUS = Version(AIRFLOW_VERSION.base_version) >= 
Version("3.0.0")
   ```
   
   


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