@@ -22,7 +22,7 @@ need to pick a pinball control system. (We have a list of supported
22
22
control systems [ here] ( ../hardware/index.md ) .)
23
23
If you want to get started as cheaply as possible, the Open Pinball
24
24
Project hardware is open source which you can build yourself. You can
25
- probably build all the hardware you need for under \ $ 100.
25
+ probably build all the hardware you need for under $100.
26
26
27
27
## What computer hardware do I need?
28
28
@@ -34,11 +34,17 @@ Pi) in their machine to run MPF.
34
34
35
35
## What Python version can I use with MPF?
36
36
37
- The stable version (0.56) of MPF uses Python 3.7 - 3.9. We walk
38
- you through getting Python installed in our
37
+ The stable version (0.57, currently on 0.57.3) of MPF can be used with
38
+ Python versions 3.8-3.11 (with 3.12+ being tested with minor issues).
39
+ We walk you through getting Python installed in our
39
40
[ installation documentation] ( ../install/index.md ) .
40
41
41
- The dev branch (0.57) of MPF supports Python 3.8 - 3.11.
42
+ The previous version of MPF, 0.56. is only compatible with Python from
43
+ version 3.7 through 3.9.
44
+
45
+ The next revision (0.80.x) of MPF supports Python 3.8 - 3.11, but does
46
+ not support the legacy Media Controller. The media controller for 0.80
47
+ is called GMC, and is in active development.
42
48
43
49
## Should I use the stable version or development version?
44
50
@@ -53,4 +59,4 @@ If you want information about an older version of MPF, we have
53
59
54
60
You can install older versions of MPF with pip, like this:
55
61
56
- pip install mpf-mc ==0.31
62
+ pip install mpf==0.56.0.dev33
0 commit comments