Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare 2.4.2 release with an installation failure on Python 2.7 fix
This addresses a failure when trying to install the package for Python 2.7. Collecting pygtrie ⋮ Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-LyKc02/pygtrie/setup.py", line 177, in <module> distutils.core.setup(**kwargs) ⋮ File "/usr/lib/python2.7/distutils/dist.py", line 846, in get_command_obj cmd_obj = self.command_obj[command] = klass(self) TypeError: object() takes no parameters Developers who still use Python 2.7 are urged to migrate to Python 3.x. 2.7 is officially dead and at some point I’ll stop caring about bugs reported on that version of the language. Fixes: google#33
- Loading branch information