Skip to content

Commit d4deb81

Browse files
fix framework version
1 parent 0e0a02a commit d4deb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_training_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def test_tensorflow(
227227
if (
228228
version.parse("2.9")
229229
<= version.parse(tensorflow_training_latest_version)
230-
< version.parse("2.12")
230+
< version.parse("2.13")
231231
):
232232
pytest.skip("Training Compiler only supports TF >= 2.9 and < 2.12")
233233
with timeout(minutes=TRAINING_DEFAULT_TIMEOUT_MINUTES):

0 commit comments

Comments
 (0)