Skip to content

pip install blurb successfully installs with Python < 3.5 #174

Closed
@rodrigc

Description

@rodrigc

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions