Yelp / swagger_spec_validator

Other
104 stars 71 forks source link

use importlib_resources to fix build #172

Closed benbariteau closed 3 months ago

benbariteau commented 3 months ago

Not sure why this didn't get noticed before but importlib.resources.{as_file,files} were added in python 3.9, but we supported 3.7. I dropped python 3.7 since it's EOL, but 3.8 is not so I migrated this to use importlib_resources. I also added python 3.10 to the local build for good measure.

Some other general TLC: