Stop mentioning Python 3.7 and Pandas 1.13 are supported (#612)

This commit is contained in:
Quentin Pradet 2023-10-04 12:56:51 +04:00 committed by GitHub
parent 3be610b6fc
commit b8a7b60c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Source code is available on https://github.com/elastic/eland[GitHub].
[discrete] [discrete]
=== Compatibility === 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. - 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. Make sure your Eland major version matches the major version of your Elasticsearch cluster.

View File

@ -38,7 +38,6 @@ CLASSIFIERS = [
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",