ettoreleandrotognoli / python-ami

Python AMI Client
BSD 3-Clause "New" or "Revised" License
107 stars 66 forks source link

Added Python3.7 compatibility #39

Closed thermaq closed 4 years ago

thermaq commented 4 years ago

re._pattern_type has been removed in python3.7 in favor of re.Patern

johndiego commented 4 years ago

@ettoreleandrotognoli solved problem?

codecov-io commented 4 years ago

Codecov Report

Merging #39 into master will decrease coverage by 0.04%. The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
- Coverage   84.11%   84.07%   -0.05%     
==========================================
  Files          16       16              
  Lines         831      835       +4     
==========================================
+ Hits          699      702       +3     
- Misses        132      133       +1
Impacted Files Coverage Δ
asterisk/ami/event.py 91.22% <80%> (-1.5%) :arrow_down:
asterisk/ami/client.py 55.17% <0%> (+0.38%) :arrow_up:

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 8bed899...8834aa0. Read the comment docs.