ywangd / pybufrkit

Pure Python toolkit to work with WMO BUFR messages
http://pybufrkit.readthedocs.io/
MIT License
72 stars 28 forks source link

Fix iterating a queryresult #24

Open gerritholl opened 1 year ago

gerritholl commented 1 year ago

Fix iterating a queryresult, which was using a Python-2 only calling API.

I've also plunged ahead and dropped support for end-of-life Python versions while adding newer Python versions 3.10 and 3.11.