rusackas commented on PR #40548: URL: https://github.com/apache/superset/pull/40548#issuecomment-4582452645
CI is failing because `syntaqlite 0.5.9` imports `StrEnum` from the `enum` module, which was only added in Python 3.11. Superset still supports Python 3.10 on CI (test-postgres previous/current both fail with `ImportError: cannot import name 'StrEnum' from 'enum'`). Closing this until syntaqlite drops that requirement or Superset moves to Python 3.11+. -- 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]
