mwchase / python-structured-data

MIT License
2 stars 0 forks source link

Require fully supported Python versions #3

Closed mwchase closed 6 years ago

mwchase commented 6 years ago

Routing enum constructors through Generic is broken through 3.6.5, and from inspecting the source code, should work in all subsequent versions.

codecov[bot] commented 6 years ago

Codecov Report

Merging #3 into master will decrease coverage by 0.09%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master       #3     +/-   ##
=========================================
- Coverage   56.68%   56.58%   -0.1%     
=========================================
  Files           3        3             
  Lines         344      334     -10     
  Branches       72       70      -2     
=========================================
- Hits          195      189      -6     
+ Misses        129      125      -4     
  Partials       20       20
Impacted Files Coverage Δ
src/structured_data/__init__.py 51.82% <50%> (-0.27%) :arrow_down:

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 f0ed91c...e1d7ac5. Read the comment docs.