pallets-eco / flask-debugtoolbar

A toolbar overlay for debugging Flask applications
https://flask-debugtoolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
953 stars 146 forks source link

Drop support for Flask < 2.2.0 (and implicitly Python < 3.7) #222

Closed jeffwidman closed 11 months ago

jeffwidman commented 1 year ago

We should probably drop support for Flask < 3.x in order to streamline maintenance tasks.

However, we should probably first cut a final release with the current deploy targets and then move towards that.

jeffwidman commented 11 months ago

At this point, now that we've pushed out a maintenance release with all the recent changes (https://pypi.org/project/Flask-DebugToolbar/0.14.0/), I'm personally very okay with dropping support for Flask < 3.0.

jeffwidman commented 11 months ago

See further discussion on #224, we're only bumping up to 2.2.0 as our minimum for now... nothing's pushing us the bump the minimum further yet.