rusackas commented on PR #42509: URL: https://github.com/apache/superset/pull/42509#issuecomment-5148404122
That case statement only covers dev/lean though. The push matrix also runs websocket and dockerize with the same PY_VER override, so an allowlist limited to dev|lean would silently drop it for those two, which is the exact bug this PR is fixing, just moved. The exclusion form is right here since py311/py312 are the only two presets meant to keep their own pin. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
