Skip to content

Commit

Permalink
Update the list of officially supported Python versions
Browse files Browse the repository at this point in the history
TN: V401-011
  • Loading branch information
pmderodat committed Apr 12, 2022
1 parent cb406fc commit 6ac778a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Libadalang does not (at the moment) provide full legality checks for the Ada
language. If you want such a functionality, you’ll need to use a full Ada
compiler, such as GNAT.

While it can be used in Ada (2012+) and Python (3.7+), Libadalang also provides
a low-level C API (meant to write bindings to other languages) and an
experimental OCaml API.
While it can be used in Ada (2012+) and Python (3.9 or Python 3.10) Libadalang
also provides a low-level C API (meant to write bindings to other languages)
and an experimental OCaml API.

If you have problems building or using Libadalang, or want to suggest
enhancements, please open [a GitHub
Expand Down
2 changes: 1 addition & 1 deletion user_manual/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Setup
To generate and build the library itself, you'll need to go through the
following steps:

* Make sure you have a working Python3 installation (version 3.7 or newer).
* Make sure you have a working Python 3.9 or 3.10 installation.

* Install the GNAT tools and compiler. You can find Community Editions on
`AdaCore's website <https://www.adacore.com/download>`_.
Expand Down
2 changes: 1 addition & 1 deletion user_manual/python_api_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Python API Tutorial
Now that you are familiar with Libadalang's :ref:`core-concepts`, let's
actually do some practice with the Python API.

.. note:: Libadalang's Python API supports Python 2.7+ and Python 3.7+.
.. note:: Libadalang's Python API supports Python 3.9 and 3.10.

Preliminary setup
=================
Expand Down

0 comments on commit 6ac778a

Please sign in to comment.