Closed
Description
According to: #173 (comment)
installing blurb should fail if the Python version is too old.
However, I was able to do this with Python 2.7:
python --version
Python 2.7.10
python -m pip install blurb
Collecting blurb
Downloading blurb-1.0.tar.gz
Installing collected packages: blurb
Running setup.py install for blurb ... done
Successfully installed blurb-1.0
Trying to run blurb then fails under Python 2.7 with a SyntaxError.
Metadata
Metadata
Assignees
Labels
No labels