miguelgrinberg / turbo-flask

Integration of Hotwire's Turbo library with Flask.
MIT License
301 stars 35 forks source link

Support for Tubro version 8 #50

Closed mjknoxie closed 6 months ago

mjknoxie commented 7 months ago

Any plans to add Turbo 8 to this?

miguelgrinberg commented 7 months ago

Anything in particular that you need that is currently not supported?

Because you can load any version of turbo that you like already:

{{ turbo('8.0.1') }}