lincolnloop / python-qrcode

Python QR Code image generator
https://pypi.python.org/pypi/qrcode
Other
4.36k stars 666 forks source link

Drop Python 2 support #206

Closed septatrix closed 3 years ago

septatrix commented 3 years ago

Python 2 reached EOL at the beginning of this year and Pillow also stopped supporting it (reference) in the newest version.

This would allow to get rid of Python 2 specific code and therefore decrease surface for bugs.

hugovk commented 3 years ago

Please see PR https://github.com/lincolnloop/python-qrcode/pull/208.

maribedran commented 3 years ago

Fixed by #209