invent
invent copied to clipboard
Pypercard requires Python 3.6 or greater
On Debian stretch, the system Python is python 3.5. Unfortunately the use of f-strings means that pypercard is incompatible with Python 3.5.
Adding python_requires='>3.5' or similar to setup.py would, with later setuptools, prevent installation on unsupported Python versions.