boto / s3transfer

Amazon S3 Transfer Manager for Python
Apache License 2.0
209 stars 133 forks source link

Resolve Python 3.12 warnings #273

Closed nateprewitt closed 1 year ago

nateprewitt commented 1 year ago

This PR will clear up our Python 3.12 builds by updating our testing dependencies to avoid most of the new deprecation warnings.

We'll also turn on CRT testing since the 3.11 wheels are forward compatible.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.11% :tada:

Comparison is base (a90891c) 85.39% compared to head (d475d94) 85.50%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #273 +/- ## =========================================== + Coverage 85.39% 85.50% +0.11% =========================================== Files 16 16 Lines 2719 2719 =========================================== + Hits 2322 2325 +3 + Misses 397 394 -3 ``` [see 2 files with indirect coverage changes](https://app.codecov.io/gh/boto/s3transfer/pull/273/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boto)

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