python-openapi / openapi-spec-validator

OpenAPI Spec Validator is a CLI, pre-commit hook and python package that validates OpenAPI Specs against the OpenAPI 2.0 (aka Swagger), OpenAPI 3.0 and OpenAPI 3.1 specification.
Apache License 2.0
329 stars 61 forks source link

drop python 3.7 support #226

Closed p1c2u closed 1 year ago

p1c2u commented 1 year ago

drop python 3.7

codecov[bot] commented 1 year ago

Codecov Report

Merging #226 (caa3945) into master (46152ce) will decrease coverage by 0.07%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #226      +/-   ##
==========================================
- Coverage   92.59%   92.52%   -0.07%     
==========================================
  Files          13       13              
  Lines         432      428       -4     
  Branches       66       65       -1     
==========================================
- Hits          400      396       -4     
  Misses         22       22              
  Partials       10       10              
Impacted Files Coverage Δ
openapi_spec_validator/validation/protocols.py 80.00% <100.00%> (-4.22%) :arrow_down: