azure-functions-python-worker icon indicating copy to clipboard operation
azure-functions-python-worker copied to clipboard

add support for py 3.11

Open pdthummar opened this issue 3 years ago • 1 comments

Description

Adding support for Python 3.11

Fixes #


PR information

  • [ ] The title of the PR is clear and informative.
  • [ ] There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • [ ] If applicable, the PR references the bug/issue that it fixes in the description.
  • [ ] New Unit tests were added for the changes made and CI is passing.

Quality of Code and Contribution Guidelines

pdthummar avatar Sep 28 '22 19:09 pdthummar

Codecov Report

Merging #1108 (096ba8a) into dev (7730062) will increase coverage by 0.59%. The diff coverage is n/a.

@@            Coverage Diff             @@
##              dev    #1108      +/-   ##
==========================================
+ Coverage   83.88%   84.48%   +0.59%     
==========================================
  Files          34       33       -1     
  Lines        1868     1811      -57     
  Branches      300      299       -1     
==========================================
- Hits         1567     1530      -37     
+ Misses        235      210      -25     
- Partials       66       71       +5     
Flag Coverage Δ
unittests 84.48% <ø> (+0.59%) :arrow_up:

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

Impacted Files Coverage Δ
azure_functions_worker/utils/dependency.py 86.04% <0.00%> (-4.18%) :arrow_down:
azure_functions_worker/bindings/datumdef.py 68.05% <0.00%> (-4.17%) :arrow_down:
...ared_memory_data_transfer/file_accessor_factory.py 71.42% <0.00%> (-1.91%) :arrow_down:
azure_functions_worker/extension.py 98.01% <0.00%> (-1.07%) :arrow_down:
...ared_memory_data_transfer/shared_memory_manager.py 77.89% <0.00%> (-0.46%) :arrow_down:
azure_functions_worker/dispatcher.py 89.06% <0.00%> (-0.06%) :arrow_down:
azure_functions_worker/constants.py 100.00% <0.00%> (ø)
...ed_memory_data_transfer/shared_memory_constants.py 100.00% <0.00%> (ø)
azure_functions_worker/main.py

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Sep 28 '22 19:09 codecov[bot]