erocarrera / pefile

pefile is a Python module to read and work with PE (Portable Executable) files
MIT License
1.88k stars 521 forks source link

Plans regarding dropping python2 #260

Open bernhl opened 5 years ago

bernhl commented 5 years ago

python2 is approaching its end-of-life relatively soon and many libs already dropped support. Doing so allows dropping quite some cruft, including the dependency on future. In addition, type annotations could be added. @erocarrera are you in favor of this, i.e. would you consider merging a PR removing python2 support (+ optionally adding type annotations)? This would require python3.5+

erocarrera commented 5 years ago

I would definitely consider it! sounds like a great idea.