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

Add Python 3.10 support #58

Closed joguSD closed 2 years ago

joguSD commented 2 years ago

Updates the CRT version to match the latest version of botocore:

https://github.com/boto/botocore/pull/2523

Ran the integ tests locally on Python 3.10 as well.

codecov-commenter commented 2 years ago

Codecov Report

Merging #58 (ce9f11a) into develop (316906c) will not change coverage. The diff coverage is 0.00%.

:exclamation: Current head ce9f11a differs from pull request most recent head 0d2ccfe. Consider uploading reports for the commit 0d2ccfe to get more accurate results Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #58   +/-   ##
========================================
  Coverage    88.77%   88.77%           
========================================
  Files           34       34           
  Lines         1925     1925           
========================================
  Hits          1709     1709           
  Misses         216      216           
Flag Coverage Δ
unittests 88.77% <0.00%> (ø)

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

Impacted Files Coverage Δ
setup.py 0.00% <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 316906c...0d2ccfe. Read the comment docs.

nateprewitt commented 2 years ago

Hmm, looks like 3.10 isn't happy about something.

TypeError: required field "lineno" missing from alias
nateprewitt commented 2 years ago

Oh, this needs to be pytest==6.2.5.