opensearch-project / opensearch-py

Python Client for OpenSearch
https://opensearch.org/docs/latest/clients/python/
Apache License 2.0
338 stars 170 forks source link

Dropped support for python 3.6, 3.7 and added support for python 3.12 #717

Closed saimedhi closed 5 months ago

saimedhi commented 5 months ago

Description

Issues Resolved

Closes #715 Closes #430
Closes #704 Closes #688 Closes #687 Closes #622 Closes #621 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 71.95%. Comparing base (8a00963) to head (e082e62).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #717 +/- ## ========================================== - Coverage 71.97% 71.95% -0.03% ========================================== Files 91 91 Lines 8011 8001 -10 ========================================== - Hits 5766 5757 -9 + Misses 2245 2244 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

saimedhi commented 5 months ago