mistercrunch commented on PR #27906: URL: https://github.com/apache/superset/pull/27906#issuecomment-2043115346
Right, though we need to define what "support" means. Some criteria: - providing an official Docker release for the version of python - probably running the CI/test suite at release time - running all CI unit/integration tests on that version of python at all times, insuring that say `master` is compatible with that version of python at most times - not doing pro-active tests, but also not restricting the python package letting people "run at their own risk" (this seems never desirable, and is kind of what we're doing currently) What we're doing now: - python package let's user install on 3.9, 3.10 and 3.11 I believe, based on the pyproject.toml - we run the full test suite on 3.10 - we run one or two test suite on 3.11 - Official docker images are all 3.10 -- 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]
