Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Oct 5, 2023
1 parent d816c4c commit aab35e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ On those occasions rather than replacing the version provided by your distributi
Installs all necessary tools to build and install Python and then installs
any given version of Python.

So far Python 2.4, 2.6, 2.7 and 3.1 to 3.11 are supported,
So far Python 2.4, 2.6, 2.7 and 3.1 to 3.12 are supported,
plus installing system dependencies to install (not done in this role):

- pillow
Expand Down Expand Up @@ -45,6 +45,9 @@ Role Variables
* python_37: ``true/false`` (defaults to **false**)
* python_38: ``true/false`` (defaults to **false**)
* python_39: ``true/false`` (defaults to **false**)
* python_310: ``true/false`` (defaults to **false**)
* python_311: ``true/false`` (defaults to **false**)
* python_312: ``true/false`` (defaults to **false**)
* pillow: ``true/false`` (defaults to **false**)
* lxml: ``true/false`` (defaults to **false**)

Expand Down

0 comments on commit aab35e0

Please sign in to comment.