Skip to content

Make blurb working in Python 3.5. #159

@serhiy-storchaka

Description

@serhiy-storchaka

Currently there are two versions of blurb on PyPI:

  • 1.0 can be installed on 3.5, but doesn't work since uses 3.6 syntax (f-strings).
  • 1.0.1 uses 3.5 syntax, bat requires Python >= 3.6.

As result when you install blurb on 3.5, version 1.0 is installed, which doesn't work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions