File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2525
2626import pytest
2727
28- if sys .version_info >= (3 , 13 ):
29- pytest .skip ("Tensorflow not available for Python 3.13+" , allow_module_level = True )
28+ if sys .version_info >= (3 , 14 ):
29+ pytest .skip (
30+ "Tensorflow not available for Python 3.14+" , allow_module_level = True
31+ )
3032
3133from google .cloud .aiplatform .tensorboard import logdir_loader
3234import tensorflow as tf
Original file line number Diff line number Diff line change 2424
2525import pytest
2626
27- if sys .version_info >= (3 , 13 ):
28- pytest .skip ("Tensorboard not available for Python 3.13+" , allow_module_level = True )
27+ if sys .version_info >= (3 , 14 ):
28+ pytest .skip (
29+ "Tensorboard not available for Python 3.14+" , allow_module_level = True
30+ )
2931
3032from google .cloud .aiplatform .tensorboard import uploader_utils
3133
You can’t perform that action at this time.
0 commit comments