boto / s3transfer

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

Drop support for Python 3.6 #240

Closed nateprewitt closed 2 years ago

nateprewitt commented 2 years ago

DO NOT MERGE PRIOR TO 5/30

This PR will end support for Python 3.6 in s3transfer as announced earlier this year. This PR will remove the testing scaffolding, update documentation, and remove any Python 3.6 specific code paths. This will need to be merged in conjunction with the other PRs in awscli, boto3, and botocore.

codecov-commenter commented 2 years ago

Codecov Report

Merging #240 (f3c233c) into develop (c195ce7) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #240   +/-   ##
========================================
  Coverage    85.32%   85.32%           
========================================
  Files           16       16           
  Lines         2713     2713           
========================================
  Hits          2315     2315           
  Misses         398      398           

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 c195ce7...f3c233c. Read the comment docs.