According to: https://github.com/python/core-workflow/issues/173#issuecomment-324539108 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.