From b8a7b60c03f7236275dd8fdc5e5228328751404d Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 4 Oct 2023 12:56:51 +0400 Subject: [PATCH] Stop mentioning Python 3.7 and Pandas 1.13 are supported (#612) --- docs/guide/overview.asciidoc | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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",