sphinx-contrib / autoprogram

Documenting CLI programs
https://pypi.org/project/sphinxcontrib-autoprogram/
Other
44 stars 23 forks source link

requires python > 3.7 #47

Closed caseyclements closed 3 years ago

caseyclements commented 3 years ago

Usage fails on python 3.6.12

    from __future__ import annotations
    ^
SyntaxError: future feature annotations is not defined

https://stackoverflow.com/questions/52889746/cant-import-annotations-from-future

kousu commented 3 years ago

I just hit this too!