invent icon indicating copy to clipboard operation
invent copied to clipboard

Pypercard requires Python 3.6 or greater

Open rjw57 opened this issue 6 years ago • 0 comments

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.

rjw57 avatar Jan 07 '20 20:01 rjw57