Chilipp / autodocsumm

Extending your autodoc API docs with a summary
Apache License 2.0
48 stars 14 forks source link

f-strings not supported in python 3.5 #30

Closed scottgigante closed 4 years ago

scottgigante commented 4 years ago

By including f-strings in the latest release (https://github.com/Chilipp/autodocsumm/blob/master/autodocsumm/__init__.py#L530), autodocsumm is no longer compatible with python 3.5, despite the badge in the README saying it is. I suggest you either remove 3.5 from the badge and add a python_requires=">=3.6" to setup.py, or use str.format instead.

Chilipp commented 4 years ago

thanks for reporting this @scottgigante! I made the necessary chances in #31 and merge it when the CI passes

scottgigante commented 4 years ago

Thanks @Chilipp !

Chilipp commented 4 years ago

FYI @scottgigante, the new release solving this issue is now available via pip and conda-forge

scottgigante commented 4 years ago

Thank you! Appreciate your rapid response.

On Thu, 24 Sep 2020 at 04:20, Philipp S. Sommer notifications@github.com wrote:

FYI @scottgigante https://github.com/scottgigante, the new release solving this issue is now available via pip and conda-forge

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Chilipp/autodocsumm/issues/30#issuecomment-698194131, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACA3DX3UUIW5X6OMNIODEEDSHL6NLANCNFSM4RQX4O3A .