Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Conversation

saimedhi
Copy link
Collaborator

@saimedhi saimedhi commented Apr 4, 2024

Description

  • Dropped support for python 3.6, 3.7
  • Added support for python 3.12
  • Bumps aiohttp from >=3,<4 to >=3.9.2,<4
  • Bumps black to >=24.3.0

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.

Copy link

codecov bot commented Apr 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: saimedhi <saimedhi@amazon.com>
@saimedhi
Copy link
Collaborator Author

saimedhi commented Apr 4, 2024

  • Failing tests are unrelated to this PR.
  • Working on fixing generator to make it work with latest OpenSearch openapi specification

@dblock dblock merged commit ba715b9 into opensearch-project:main Apr 6, 2024
61 of 63 checks passed
AbitraryYu pushed a commit to AbitraryYu/opensearch-py that referenced this pull request Apr 22, 2024
…opensearch-project#717)

Signed-off-by: saimedhi <saimedhi@amazon.com>
Signed-off-by: AbitraryYu <nikkoyhc@gmail.com>
dblock pushed a commit to dblock/opensearch-py that referenced this pull request Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment