dotmap
dotmap copied to clipboard
Python 2 support dropped?
Version 1.3.25 on (as installed by pip) no longer seems to work with Python 2. 1.3.24 worked fine. Was this intended? If so, could the Pypi web page for dotmap say something about supported Python versions?
Python 2.7.18 (default, Oct 11 2021, 11:39:27) [GCC 8.5.0 20210514 (Red Hat 8.5.0-3)] on linux2 Type "help", "copyright", "credits" or "license" for more information.
import dotmap Traceback (most recent call last): File "
", line 1, in File "dotmap/init.py", line 119 raise AttributeError(f"'{self.class.name}' object has no attribute '{k}'") from None ^ SyntaxError: invalid syntax