flask-pydantic
flask-pydantic copied to clipboard
CI is failing on macOS
Hi, I'm following the CI failing on the PR https://github.com/bauerji/flask-pydantic/pull/92. The CI is failing on macOS runners for two reasons:
- The setup-python action is obsolete (v1)
- Python 3.7 is not supported on the latest macOS runners (ARM architecture).
I'll propose a fix soon.