diff --git a/python_files/tests/testing_tools/adapter/test_util.py b/python_files/tests/testing_tools/adapter/test_util.py index e93ecee02eb7..50f089361f0a 100644 --- a/python_files/tests/testing_tools/adapter/test_util.py +++ b/python_files/tests/testing_tools/adapter/test_util.py @@ -26,7 +26,7 @@ def is_python313_or_later(): - return sys.version_info >= (3, 1, 3) + return sys.version_info >= (3, 13) def test_isolated_imports():