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


##########
dev/breeze/src/airflow_breeze/global_constants.py:
##########
@@ -221,6 +221,44 @@ def get_default_platform_machine() -> str:
 CURRENT_MSSQL_VERSIONS = ["2017-latest", "2019-latest"]
 DEFAULT_MSSQL_VERSION = CURRENT_MSSQL_VERSIONS[0]
 
+
+AIRFLOW_PYTHON_COMPATIBILITY_MATRIX = {

Review Comment:
   Yeah. But I think we should add it as next step. We need to update a few 
steps in the release process after we complete all the SBOM generation and 
verify it:
   
   * updating relased airflow version here (that should be likely even via 
pre-commit when new version is updated)
   * regenerating SBOMS for Airflow
   * regenerating SBOMS for images
   * regenerating package metadata when providers are released
   * regenerating SBOM for providers when released.
   
   I think adding it now is a bit premature until we test it all :) - it might 
cause more harm and friction in the release process 



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to