yuanxu-li / html-table-extractor

extract data from html table
MIT License
84 stars 23 forks source link

Drop the support for python2 #15

Open yuanxu-li opened 5 years ago

yuanxu-li commented 5 years ago

I have encountered multiple bugs due to supporting backward compatibility of python2, and it makes development extremely hard since I have to hack the code to make it work for both.

Considering that this is a relatively new project (not much dependency on py2), and EOL of python 2 is 2020, maybe I should drop support for python2 in my project.