jfinkels / flask-restless

NO LONGER MAINTAINED - A Flask extension for creating simple ReSTful JSON APIs from SQLAlchemy models.
https://flask-restless.readthedocs.io
GNU Affero General Public License v3.0
1.02k stars 301 forks source link

Adds Python 3.6 and 3.7 to Travis builds. #617

Closed jfinkels closed 7 years ago

jfinkels commented 7 years ago

The builds are failing due to the use of code deprected in Python 3.6 in Jinja, which is imported by Flask. I have made a pull request for the offending code at pallets/jinja#628.

jfinkels commented 7 years ago

The pull request in Jinja was merged, so the changes will appear in Jinja version 2.9 it seems.

jfinkels commented 7 years ago

Jinja 2.9 has been released, so pip install flask will automatically install Jinja version 2.9, so the Travis build will now work!