jborean93 / smbprotocol

Python SMBv2 and v3 Client
MIT License
320 stars 74 forks source link

Dropping Python 2 support #94

Closed dHannasch closed 3 years ago

dHannasch commented 3 years ago

Should smbprotocol drop support for Python 2? (https://www.python.org/doc/sunset-python-2/)

jborean93 commented 3 years ago

While I'm happy to drop Python 2.7 I probably won't drop it until there is a need to not actually use it. Right now I use it in a few places where Python 2.7 is being used so still being able to do bugfixes for that version is helpful.

jborean93 commented 3 years ago

Your wish has been granted with https://github.com/jborean93/smbprotocol/pull/104 :)