Closed drdhaval2785 closed 2 years ago
Package requires Python >= 3.7
Any chances of reducing python version requirements?
There are certain improvements to re
and cmd
modules in 3.7
which might make it hard. I will try, however.
If it is non-trivial, please do not try extra. I will update my python.
The piece of code that used re.Match
no longer exists since 428d6a00f704817af301ed49fe85346a25be08d6
I didn't encounter this error in 3.6.13. Thus, I am closing this. Please let me know if you still encounter the error.
Description
I tried to run the example given in the docs.
What I Did