faust-streaming / mode

Python AsyncIO Services
https://faust-streaming.github.io/mode/
Other
43 stars 16 forks source link

test on python 3.10 #11

Closed taybin closed 2 years ago

taybin commented 2 years ago

This adds support for running tests in python 3.10.

codecov-commenter commented 2 years ago

Codecov Report

Merging #11 (2ee2cc0) into master (5994429) will not change coverage. The diff coverage is 85.71%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #11   +/-   ##
=======================================
  Coverage   94.86%   94.86%           
=======================================
  Files          28       28           
  Lines        4031     4031           
  Branches      449      449           
=======================================
  Hits         3824     3824           
  Misses        188      188           
  Partials       19       19           
Impacted Files Coverage Δ
mode/services.py 97.89% <ø> (ø)
mode/supervisors.py 100.00% <ø> (ø)
mode/utils/logging.py 90.37% <50.00%> (ø)
mode/__init__.py 100.00% <100.00%> (ø)
mode/threads.py 94.42% <100.00%> (ø)
mode/utils/times.py 97.27% <100.00%> (ø)
mode/worker.py 97.44% <100.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 5994429...2ee2cc0. Read the comment docs.

patkivikram commented 2 years ago

@max-k can you give @taybin and @patkivikram release privileges for mode-streaming on pypi

dennis-weyland-by commented 2 years ago

Push @max-k, a 3.10 compatible release would really be appreciated :)