mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Stop mentioning Python 3.7 and Pandas 1.13 are supported (#612)
This commit is contained in:
parent
3be610b6fc
commit
b8a7b60c03
@ -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.
|
||||
|
||||
|
1
setup.py
1
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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user