potiuk commented on PR #32035: URL: https://github.com/apache/airflow/pull/32035#issuecomment-1600234074
Yeah. Not your fault. By default, regular PRs are run with "default" python only (3.8) - to save on cost - only some that touch on common infrastructure will run on all versions and we can also manually run the tests on all python versions by applying 'full tests needed" label if we suspect it might break something. Our "canary" builds in `main` are supposed to be the safety-net to catch such issues and be able to fix them, so here, simply it worked as expected. -- 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]
