django-commons / drf-excel

An XLSX spreadsheet renderer for Django REST Framework.
BSD 3-Clause "New" or "Revised" License
217 stars 40 forks source link

Syntax Error when using python 3.5 #9

Closed hweex closed 5 years ago

hweex commented 5 years ago

I got syntax error when using drf-renderer-xlsx. I found the code using f-string which is the new feature of python 3.6. Can I keep on using python 3.5 or the README.md should be updated to Python>=3.6?

FlipperPA commented 5 years ago

@hweex I've updated the documentation to say that we're only supporting Python 3.6+ at this point. F-Strings are just too good to miss out on! Older versions will continue to work on Python 3.5. Sorry for any inconvenience.