You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PRs are created for all the plugins but we have few blockers before our CI build succeeds.
Kedro-airflow - blocked by apache-airflow support for python 3.13 ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (google-re2, msgspec)
Related issues as I could not find any active discussion in apache-airflow for python 3.13 -
Google re2 : Open issues - Python 3.13 google/re2#516
Msgspec : New release for Python 3.13 jcrist/msgspec#764
Description
Kedro now supports Python 3.13. We should add Python 3.13 support for kedro-plugins
kedro-telemetry
build(telemetry): Add official support for python 3.13 #936kedro-docker
build(docker): Add official support for python 3.13 #937kedro-datasets
build(datasets): Add official support for python 3.13 #938kedro-airflow
build(airflow): Add official support for python 3.13 #939Context
The PRs are created for all the plugins but we have few blockers before our CI build succeeds.
Kedro-airflow - blocked by apache-airflow support for python 3.13
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (google-re2, msgspec)
Related issues as I could not find any active discussion in apache-airflow for python 3.13 -
Google re2 : Open issues - Python 3.13 google/re2#516
Msgspec : New release for Python 3.13 jcrist/msgspec#764
Kedro-datasets - blocked by tensorflow
Tensorflow - It doesn't support on python3.13 tensorflow/tensorflow#78774
Kedro-docker - blocked by kedro release
Issue - https://github.com/kedro-org/kedro-plugins/actions/runs/11962595680/job/33351350596
Possible Implementation
Once the blockers are resolved and CI passes for the PRs, merge the PRs
The text was updated successfully, but these errors were encountered: