Skip to content

Commit aab35e0

Browse files
committed
chore: update README
1 parent d816c4c commit aab35e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ On those occasions rather than replacing the version provided by your distributi
1515
Installs all necessary tools to build and install Python and then installs
1616
any given version of Python.
1717

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,
1919
plus installing system dependencies to install (not done in this role):
2020

2121
- pillow
@@ -45,6 +45,9 @@ Role Variables
4545
* python_37: ``true/false`` (defaults to **false**)
4646
* python_38: ``true/false`` (defaults to **false**)
4747
* 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**)
4851
* pillow: ``true/false`` (defaults to **false**)
4952
* lxml: ``true/false`` (defaults to **false**)
5053

0 commit comments

Comments
 (0)