diff --git a/docs/guide/overview.asciidoc b/docs/guide/overview.asciidoc index 48b841f..9e281bd 100644 --- a/docs/guide/overview.asciidoc +++ b/docs/guide/overview.asciidoc @@ -8,7 +8,7 @@ Source code is available on https://github.com/elastic/eland[GitHub]. [discrete] === Compatibility -- Supports Python 3.7+ and Pandas 1.3 +- Supports Python 3.8+ and Pandas 1.5 - Supports {es} clusters that are 7.11+, recommended 7.14 or later for all features to work. Make sure your Eland major version matches the major version of your Elasticsearch cluster. diff --git a/setup.py b/setup.py index 36e79a8..bcc3729 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,6 @@ CLASSIFIERS = [ "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",