Skip to content

Commit

Permalink
Update version information in index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
untergeek committed Feb 1, 2023
1 parent e683909 commit 2a0e253
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ snapshots.
Compatibility
-------------

The Elasticsearch Curator Python API is compatible with the 5.x Elasticsearch versions,
and supports Python versions 2.7, and 3.5+.
The Elasticsearch Curator Python API is compatible with Elasticsearch version 6.x,
and supports Python versions 3.8, 3.9, 3.10, and 3.11 officially.

Installation
------------

Install the ``elasticsearch-curator`` package with `pip
<https://pypi.python.org/pypi/elasticsearch-curator>`_::

pip install elasticsearch-curator
pip install elasticsearch-curator==6.0

Example Usage
-------------
Expand Down

0 comments on commit 2a0e253

Please sign in to comment.