We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Context: my /usr/bin/python3 is 3.6. I've also tried with 3.7 and 3.8. I've tried it with venvs and without.
There are a number of problems here:
$(PYTHON)
make lint
make sphinx
from future import __annotations__
__class_getitem__
pre-commit
I would expect to be able to do all of the above using older Python versions. 3.8+ would be good, but 3.6+ would be better.
Context: my /usr/bin/python3 is 3.6. I've also tried with 3.7 and 3.8. I've tried it with venvs and without.
There are a number of problems here:
$(PYTHON)to /usr/bin/python3make lintfails (assignment expressions)make sphinxfails (no "from future import __annotations__", missing "from future" statements, no str.removeprefix, no__class_getitem__)pre-commitrather than `$(PYTHON) -m pre_commitI would expect to be able to do all of the above using older Python versions. 3.8+ would be good, but 3.6+ would be better.