chrisjbillington / inotify_simple

A simple Python wrapper around inotify. No fancy bells and whistles, just a literal wrapper with ctypes.
BSD 2-Clause "Simplified" License
123 stars 22 forks source link

remove python2 support #33

Open damnms opened 1 year ago

damnms commented 1 year ago

python2 is obsolete - i noticed a ticket about some performance stuff so i thought i let a static code analyzer run and noticed that there are some python2 checks. maybe that should be removed.

stumpylog commented 12 months ago

This would also allow typing hinting to be added (#32). Given how long it's been EOL, this seems like a pretty reasonable thing to no longer support