sofastack / sofa-bolt-python

The Python implementation of the SOFABolt protocol.
Apache License 2.0
47 stars 14 forks source link

drop python 2.7 support, bump version to anthunder 0.8. #13

Closed wanderxjtu closed 3 years ago

wanderxjtu commented 3 years ago

Python 2.7 was officially drop support EOL for over a year. For better support new features indroduced in new python versions, python 2.7 support will be dropped from anthunder >= 0.8. If you still need to run this package in python 2.7 environment for some reason, you can stay in anthunder==0.7, but no more features would be added on 0.7 serials

codecov[bot] commented 3 years ago

Codecov Report

Merging #13 (57aec0c) into master (e167dfe) will increase coverage by 0.33%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
+ Coverage   82.11%   82.45%   +0.33%     
==========================================
  Files          58       58              
  Lines        1851     1835      -16     
==========================================
- Hits         1520     1513       -7     
+ Misses        331      322       -9     
Impacted Files Coverage Δ
anthunder/helpers/request_id.py 100.00% <ø> (ø)
anthunder/listener/base_listener.py 76.59% <ø> (ø)
anthunder/__init__.py 100.00% <100.00%> (ø)
anthunder/client/__init__.py 100.00% <100.00%> (ø)
anthunder/listener/__init__.py 100.00% <100.00%> (ø)
anthunder/listener/sock_listener.py 29.34% <100.00%> (ø)
anthunder/protocol/_sofa_header.py 95.83% <100.00%> (-0.09%) :arrow_down:
tests/test_aio_listener_client.py 99.00% <100.00%> (+2.78%) :arrow_up:
anthunder/client/aio_client.py 64.94% <0.00%> (+1.14%) :arrow_up:
anthunder/listener/aio_listener.py 70.96% <0.00%> (+2.15%) :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 e167dfe...57aec0c. Read the comment docs.