lincolnloop / python-qrcode

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

Add support for Python 3.11 and 3.12 #359

Open federicobond opened 3 months ago

federicobond commented 3 months ago

Noticed that GH action only runs on pull requests to branch master. Since the base branch was changed to main, these actions are not running here.

kloczek commented 3 months ago

pkg_resources is already deprecated.

federicobond commented 3 months ago

Yes, that's why the get_version function only uses pkg_resources as a fallback. If support for 3.7 is dropped, I think we can remove it.