"structural pattern matching"/"switch case" exists in Python, when will codecademy update?

In 2021 Python gained the switch case possibility. I am writing this in 2023. It appears this feature does not work on CC?

weight = 185 planet = 3 # Write an if statement below: match weight: case 185: print('Success')

It doesn’t work b/c they must have a version of python that’s less than 3.10.