turner-townsend / flask-pydantic-spec

An Flask OpenAPI library using Pydantic
Apache License 2.0
98 stars 17 forks source link

[Chore] - Remove support for Python 3.7 #61

Closed cgearing closed 11 months ago

cgearing commented 11 months ago

Python 3.7 is end of life and we are now seeing test failures for dependencies that no longer support 3.7.

This PR removes 3.7 as a supported version of Python moving forward.

It also fixes a test failure where Werkzeug has changed the arguments for setting a cookie.