ValentinBELYN / icmplib

Easily forge ICMP packets and make your own ping and traceroute.
GNU Lesser General Public License v3.0
266 stars 46 forks source link

Sad not to support 3.6 #58

Closed snail2sky closed 1 year ago

snail2sky commented 1 year ago

python 3.6 also supports asyncio, can you support python3.6 version, please

ValentinBELYN commented 1 year ago

Hi @snail2sky,

Thanks for opening this issue. However, I don't plan to go back to Python 3.6. Maintaining old versions is time consuming and Python 3.7 notably allows more modern code at the asyncio level.

Moreover, according to some statistics, Python 3.6 would be used at less than 10% today.