python-restx / flask-restx

Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
https://flask-restx.readthedocs.io/en/latest/
Other
2.14k stars 333 forks source link

Python 3.12 #563

Closed foarsitter closed 9 months ago

foarsitter commented 11 months ago

This PR adds 3.12 to the test matrix.

It depends on #562.

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (7216135) 96.15% compared to head (7c685ec) 96.15%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #563 +/- ## ======================================= Coverage 96.15% 96.15% ======================================= Files 20 20 Lines 2756 2756 ======================================= Hits 2650 2650 Misses 106 106 ```

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

foarsitter commented 9 months ago

@peter-doggart thanks for merging!