File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
components/google-cloud/google_cloud_pipeline_components Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 20
20
if sys .version_info < (3 , 9 ):
21
21
warnings .warn (
22
22
(
23
- 'Python 3.8 has reached end-of-life. Google Cloud Pipeline Components'
24
- ' will drop support for Python 3.8 in Oct, 2024. To use new'
25
- ' versions of the KFP SDK after that date, you will need to upgrade'
26
- ' to Python >= 3.9. See https://devguide.python.org/versions/ for'
27
- ' more details.'
23
+ ' Google Cloud Pipeline Components will drop support for Python 3.8'
24
+ ' on Oct 1, 2024. To use new versions of the GCPC SDK after that'
25
+ ' date, you will need to upgrade to Python >= 3.9. See'
26
+ ' https://devguide.python.org/versions/ for more details.'
28
27
),
29
28
FutureWarning ,
30
29
stacklevel = 2 ,
You can’t perform that action at this time.
0 commit comments