villebro commented on PR #31503: URL: https://github.com/apache/superset/pull/31503#issuecomment-2578718312
@mistercrunch after letting this simmer for a while longer, would the following work: - we run 3.11 on `Dockerfile` and refer to it as the currently supported version - on the CI matrix, we replace `current` (3.11) and `next` (3.12) with `previous` (3.10) and `current` (3.11). After all, those are the only versions we officially support. I don't necessarily see any reason to have `next` on CI if it just causes issues like this. So in the future, when we do want to start supporting 3.12, we open up a PR that bumps the versions on `previous` and `next`, and then iterate until both versions actually work. -- 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]
