awslabs / amazon-transcribe-streaming-sdk

The Amazon Transcribe Streaming SDK is an async Python SDK for converting audio into text via Amazon Transcribe.
Apache License 2.0
140 stars 38 forks source link

Drop support for Python 3.6 #69

Closed nateprewitt closed 2 years ago

nateprewitt commented 2 years ago

This PR will drop support for Python 3.6 as previously announced in the 0.5.2 release notes.

codecov-commenter commented 2 years ago

Codecov Report

Merging #69 (9658698) into develop (c2e5a1d) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop      #69   +/-   ##
========================================
  Coverage    88.95%   88.95%           
========================================
  Files           34       34           
  Lines         1919     1919           
========================================
  Hits          1707     1707           
  Misses         212      212           
Flag Coverage Δ
unittests 88.95% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
setup.py 0.00% <ø> (ø)

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 c2e5a1d...9658698. Read the comment docs.