libkeepass / pykeepass

Python library to interact with keepass databases (supports KDBX3 and KDBX4)
https://pypi.org/project/pykeepass/
GNU General Public License v3.0
411 stars 96 forks source link

Depecrate Python2 #350

Closed pwall2222 closed 1 year ago

pwall2222 commented 1 year ago

I have removed all the future imports, and also I have removed the parent class of object since that was a workaround needed for Python2.

By the way: construct just dropped the support, dropping tests and etc in https://github.com/construct/construct/commit/52c7cd23933d83922a289112a7c01dad7ffde5a3 (which is version 2.10.54) but it has been updated (several times) for some reason.