Python version will affect the challenge test, such as: Challenge - dict ```python type custom = dict[str, str] def foo(x: custom): pass ``` it's ok in python 3.12, but could not pass the test. 