Closed macskay closed 5 years ago
Python3.7 does not seem to be supported. I get errors when using f-strings:
Are there any plans on supporting 3.7 as it has been out a while now?
Nevermind, I found out that this is a problem with flake8. I updated flake8 and now it's not reporting any issues with the f-strings.
The easiest approach to dealing with Python 3 is still the one mentioned in the FAQ.
Python3.7 does not seem to be supported. I get errors when using f-strings:
Are there any plans on supporting 3.7 as it has been out a while now?