Inkex: Require at least Python 3.6
Following a discussion in chat, I plan to do the following:
- Within
inkex/__init__.py
, check to see that the Python version is at least >= Python 3.6 - If not, issue a friendly message and terminate
This change will make it possible for extensions to safely assume that they are operating under at least Python 3.6, without worry of an inelegant traceback when that is not the case.