Core-workflow: Make blurb working in Python 3.5.

Created on 10 Jul 2017  路  5Comments  路  Source: python/core-workflow

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.

blurb

Most helpful comment

All 5 comments

Will #158 fix it?

@Mariatta I think it will, it will also need to upload to PyPI, too.

I'll do a release sometime this week.

Thank you @Mariatta and @brettcannon!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ammaraskar picture ammaraskar  路  9Comments

brettcannon picture brettcannon  路  11Comments

warsaw picture warsaw  路  7Comments

Mariatta picture Mariatta  路  6Comments

brettcannon picture brettcannon  路  7Comments