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
During the bundle integration test execution, I see the following message:
/home/runner/work/kfp-operators/kfp-operators/tests/integration/conftest.py:12: FutureWarning: KFP will drop support for Python 3.8 on Oct 1, 2024. To use new versions of the KFP SDK after that date, you will need to upgrade to Python >= 3.9. See https://devguide.python.org/versions/ for more details.
Which means that on that date and on, bundle integration tests won't be able to run in our current test framework unless the version of python is bumped to >3.8.
Context
During the bundle integration test execution, I see the following message:
Which means that on that date and on, bundle integration tests won't be able to run in our current test framework unless the version of python is bumped to >3.8.
Refer to this CI run for more logs.
What needs to get done
Provide a solution for the incompatibility, potentially bump the python version that runs integration tests
Definition of Done
The bundle integration tests run without warnings and/or errors.
The text was updated successfully, but these errors were encountered: