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

Drop support for python 3.7 #561

Closed foarsitter closed 11 months ago

foarsitter commented 11 months ago

As discussed in #553 Python 3.7 is EOL and can be dropped.

I saw one remark considering old python versions that need some attention I guess but can be addressed in a different PR.

https://github.com/python-restx/flask-restx/blob/b1e5d192261abbae91a67b1cfb29f16d53540ec3/setup.cfg#L15C4-L19

codecov[bot] commented 11 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (d9723a9) 96.45% compared to head (258c656) 96.45%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #561 +/- ## ======================================= Coverage 96.45% 96.45% ======================================= Files 20 20 Lines 2733 2733 ======================================= Hits 2636 2636 Misses 97 97 ```

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