On your latest release, 1.2.post1, you've included:
...
File "/usr/local/lib/python3.6/site-packages/yamlinclude/__init__.py", line 7, in <module>
from .constructor import *
File "/usr/local/lib/python3.6/site-packages/yamlinclude/constructor.py", line 24, in <module>
class YamlIncludeConstructor:
File "/usr/local/lib/python3.6/site-packages/yamlinclude/constructor.py", line 46, in YamlIncludeConstructor
reader_map: Collection[Tuple[Union[str, re.Pattern], Reader]] = None
AttributeError: module 're' has no attribute 'Pattern'
I guess either by mistake, or you removed support for 3.6 and didn't include that in your release notes anywhere :)
Hi,
re.Pattern
is Python 3.7+On your latest release, 1.2.post1, you've included:
I guess either by mistake, or you removed support for 3.6 and didn't include that in your release notes anywhere :)
FYI