Officially remove Python 2 support from this point forward
authorEli Bendersky <eliben@gmail.com>
Mon, 15 Aug 2022 13:15:29 +0000 (06:15 -0700)
committerEli Bendersky <eliben@gmail.com>
Mon, 15 Aug 2022 13:15:29 +0000 (06:15 -0700)
commit71cdec9a1fe138252005f2821e18dc4365941091
treea5601b9dd3715ab322c191dbef4fce6544703466
parent15f032b22a9b870b66d3238822724addda643ca3
Officially remove Python 2 support from this point forward

This change removes the support from setup.py and the testing files, and
adds an assertion to py3compat that will crash when pyelftools is run
w/ Python 2

Doesn't remove compatibility code, yet

Updates #415
.github/workflows/ci.yml
elftools/common/py3compat.py
setup.py
tox.ini