Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Make blurb working in Python 3.5. #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
serhiy-storchaka opened this issue Jul 10, 2017 · 5 comments
Closed

Make blurb working in Python 3.5. #159

serhiy-storchaka opened this issue Jul 10, 2017 · 5 comments
Labels

Comments

@serhiy-storchaka
Copy link
Member

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.

@Mariatta
Copy link
Member

Will #158 fix it?

@mlouielu
Copy link

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

@brettcannon
Copy link
Member

I'll do a release sometime this week.

@brettcannon
Copy link
Member

Pushed: https://pypi.org/project/blurb/1.0.1.post1/

@serhiy-storchaka
Copy link
Member Author

Thank you @Mariatta and @brettcannon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants