What does this error message mean in PyCharm CE 2024.2.5?
I am getting this error message in PyCharm CE 2024.2.5 when I run the following code:
```
“macOS 12 (1207) or later required, have instead 12 (1206) !”
```import turtle as turtle_module
tim = turtle_module.Turtle()
Upload id: 2024_12_01_nG4fLKJ2kuZ3KRtKBsDNZ8 (files: Screenshot 2024-12-01 at 17.20.46.png, main.py)
Please sign in to leave a comment.