eladkal commented on PR #49843: URL: https://github.com/apache/airflow/pull/49843#issuecomment-2834350972
> > I didn't remove the references to AIRFLOW_V_2_10_PLUS as part of this PR. > > we can do that after the release and specifically after we verify if we do 2.11 or not > > You can safely remove it now. It does not matter if we release 2.11 or not. If we decide to release 2.11, we should ADD `AIRFLOW_V_2_11_PLUS` as a constant - removal of `AIRFLOW_V_2_10_PLUS` is determined simply by the fact that `>=2.10` automatically means that everything is `AIRFLOW_V2_10_PLUS`, so all the code that is not in the if can be removed and the constant can be removed as well. Will handle the removal separately in parallel. I want to move forward in merge so I can prepare changelogs. This part is not automated yet so it takes long time -- 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]
