marshmallow-code / flask-smorest

DB agnostic framework to build auto-documented REST APIs with Flask and marshmallow
https://flask-smorest.readthedocs.io
MIT License
639 stars 72 forks source link

Support python 3.12 #591

Closed TGoddessana closed 7 months ago

TGoddessana commented 7 months ago

Support Python 3.12

Since all the test code passed on python3.12, I just modified the CI to test python3.12.

lafrech commented 7 months ago

Thanks.

Note that apispec and webargs are not tested on 3.12 yet. We need to make the same changes there.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (83d3b72) 99.88% compared to head (a3cf274) 99.88%. Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #591 +/- ## ======================================= Coverage 99.88% 99.88% ======================================= Files 14 14 Lines 885 885 Branches 192 192 ======================================= Hits 884 884 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.