boto / s3transfer

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

Add support for Python 3.10 #214

Closed nateprewitt closed 3 years ago

nateprewitt commented 3 years ago

This PR will start testing us on what is hopefully the final release candidate for Python 3.10. Release is currently scheduled for October 4th, so we'll start regularly testing now to make sure things remaining functioning smoothly.

This PR does not update the run-crt-tests workflow due to wheel unavailability for CRT currently. We've opened awslabs/aws-crt-python#312 to track that request, and hopefully it will help create abi3 wheels which will avoid this issue in the future.

codecov-commenter commented 3 years ago

Codecov Report

Merging #214 (52b8f62) into develop (6d8d2d5) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #214   +/-   ##
========================================
  Coverage    85.43%   85.43%           
========================================
  Files           16       16           
  Lines         2767     2767           
========================================
  Hits          2364     2364           
  Misses         403      403           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6d8d2d5...52b8f62. Read the comment docs.