File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ On those occasions rather than replacing the version provided by your distributi
15
15
Installs all necessary tools to build and install Python and then installs
16
16
any given version of Python.
17
17
18
- So far Python 2.4, 2.6, 2.7 and 3.1 to 3.11 are supported,
18
+ So far Python 2.4, 2.6, 2.7 and 3.1 to 3.12 are supported,
19
19
plus installing system dependencies to install (not done in this role):
20
20
21
21
- pillow
@@ -45,6 +45,9 @@ Role Variables
45
45
* python_37: ``true/false `` (defaults to **false **)
46
46
* python_38: ``true/false `` (defaults to **false **)
47
47
* python_39: ``true/false `` (defaults to **false **)
48
+ * python_310: ``true/false `` (defaults to **false **)
49
+ * python_311: ``true/false `` (defaults to **false **)
50
+ * python_312: ``true/false `` (defaults to **false **)
48
51
* pillow: ``true/false `` (defaults to **false **)
49
52
* lxml: ``true/false `` (defaults to **false **)
50
53
You can’t perform that action at this time.
0 commit comments