Skip to content

Fix compatibility issue with py 3.11#4

Merged
lmignon merged 4 commits intomasterfrom
master-py311-support
Jun 15, 2022
Merged

Fix compatibility issue with py 3.11#4
lmignon merged 4 commits intomasterfrom
master-py311-support

Conversation

@lmignon
Copy link
Copy Markdown
Owner

@lmignon lmignon commented Jun 15, 2022

No description provided.

lmignon added 4 commits June 15, 2022 13:28
When calling the method __new__ on a metaclass, name, bases, namespace are positional parameters in py 3.11
@codecov
Copy link
Copy Markdown

codecov bot commented Jun 15, 2022

Codecov Report

Merging #4 (b775aac) into master (99308cc) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master       #4   +/-   ##
=======================================
  Coverage   89.65%   89.65%           
=======================================
  Files           6        6           
  Lines         261      261           
  Branches       51       67   +16     
=======================================
  Hits          234      234           
  Misses         16       16           
  Partials       11       11           
Flag Coverage Δ
unittests 89.27% <100.00%> (ø)

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

Impacted Files Coverage Δ
src/extendable/main.py 95.61% <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 99308cc...b775aac. Read the comment docs.

@lmignon lmignon merged commit 0700253 into master Jun 15, 2022
@lmignon lmignon deleted the master-py311-support branch June 15, 2022 11:52
@lmignon lmignon changed the title py311 support Fix compatibility issue with py 3.11 Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant