elastic / eland

Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch
https://eland.readthedocs.io
Apache License 2.0
627 stars 98 forks source link

Add Python 3.11 to support matrix #681

Closed davidkyle closed 3 months ago

davidkyle commented 3 months ago

Python 3.11 support was blocked by the version of PyTorch used. Now that PyTorch has been upgraded 3.12 can be added to the support matrix

PyTorch 2.2.0 supports Python 3.12 so we will have to wait until the next PyTorch upgrade to enable Python 3.12

davidkyle commented 3 months ago

CLASSIFIERS is updated and the result of running pyupgrade --py38-plus **/*.py is in commit 04c38289d8cfe0b7f0c0fac34564424a64319f46

davidkyle commented 3 months ago

Thanks @pquentin