Syntax Error #236
-
Hi: `Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/soupsieve/css_parser.py", line 4, in File "/usr/local/lib/python3.5/dist-packages/soupsieve/util.py", line 59 SyntaxError: invalid syntax` |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Yeah, so we changed that line of code to use "f" strings. Keep in mind that you seem to be on Python 3.5, but we currently support Python 3.6+. Python 3.6 is reaching "end of life" very soon as well: https://endoflife.date/python. With that said, we probably won't immediately drop Python 3.6 until the next release with meaningful changes. |
Beta Was this translation helpful? Give feedback.
Yeah, so we changed that line of code to use "f" strings. Keep in mind that you seem to be on Python 3.5, but we currently support Python 3.6+. Python 3.6 is reaching "end of life" very soon as well: https://endoflife.date/python. With that said, we probably won't immediately drop Python 3.6 until the next release with meaningful changes.