Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Update typing-extensions, plus a fixes for other breaking changes. #203

Merged
merged 8 commits into from
Apr 26, 2023

Conversation

seandstewart
Copy link
Owner

  • Update the Keyword enum repr for breaking change in Py3.10
  • Update introspection for type hints including return value
  • Add py3.11 to test matrix

resolves #198

sean added 2 commits April 26, 2023 12:36
- Update the Keyword enum repr for breaking change in Py3.10
- Update introspection for type hints including `return` value
- Add py3.11 to test matrix
@seandstewart seandstewart self-assigned this Apr 26, 2023
@codecov
Copy link

codecov bot commented Apr 26, 2023

Codecov Report

Merging #203 (a49457c) into main (05babfb) will increase coverage by 0.02%.
The diff coverage is 100.00%.

❗ Current head a49457c differs from pull request most recent head 6534b16. Consider uploading reports for the commit 6534b16 to get more accurate results

@@            Coverage Diff             @@
##             main     #203      +/-   ##
==========================================
+ Coverage   94.72%   94.74%   +0.02%     
==========================================
  Files          37       37              
  Lines        4358     4376      +18     
  Branches      769      886     +117     
==========================================
+ Hits         4128     4146      +18     
  Misses        142      142              
  Partials       88       88              
Flag Coverage Δ
unittests 94.60% <100.00%> (+0.02%) ⬆️

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

Impacted Files Coverage Δ
typic/__init__.py 100.00% <100.00%> (ø)
typic/compat.py 100.00% <100.00%> (ø)
typic/gen.py 86.80% <100.00%> (+0.18%) ⬆️
typic/serde/resolver.py 92.66% <100.00%> (+0.04%) ⬆️

@seandstewart seandstewart merged commit 97eec30 into main Apr 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Version conflicts installed the pinned typing-extensions
1 participant