I have an M2 Macbook Air, and am looking to install python 3
, along side with pygame
. At the moment, pygames site notes that python 3.11 is not supported. If I can't install the latest python 3.11.x
, should I install python 3.10.10
, dated Feb 8, 2023
, or should I look at some python 3.x
version dated even further back?
Asked
Active
Viewed 22 times
1
-
1Why _wouldn't_ you want to use the latest supported python version? – John Gordon Feb 16 '23 at 23:49
-
Well the M2 chip is still relatively new, and I just wanted to make sure that the latest python 3.10.10 version really is supported, since I wasn't able to find anyone who has worked with Pygame via python 3.10.10 – dave9060 dave9060 Feb 16 '23 at 23:56
-
Even more reason to get the latest supported version since there's more chance it will work correctly with M2. – NotAName Feb 17 '23 at 00:22
-
But what are the chances it would work with pygame? – dave9060 dave9060 Feb 17 '23 at 00:27
-
Do you want us to estimate the chances? It's 50% - either it works or not. But you should just test it rather than asking. – NotAName Feb 17 '23 at 04:53
-
I installed python3.11.x on an intel mac alongside pygame. I thought pygame wasn't compatible with python3.11.x right now? – dave9060 dave9060 Feb 17 '23 at 05:00