ecmwf / eccodes-python

Python interface to the ecCodes GRIB/BUFR decoder/encoder
Apache License 2.0
113 stars 33 forks source link

Please support Python 3.10 (and 3.11) #69

Closed equaeghe closed 1 year ago

equaeghe commented 1 year ago

Some Linux distributions are using Python 3.10 as their default Python now, and it becomes inconvenient to install and use older versions. Would it be possible to support more recent versions of Python, such as 3.10 and 3.11?

iainrussell commented 1 year ago

Hello @equaeghe,

Could you be more precise in terms of how you are trying to install or use ecCodes? I just successfully installed it into a Python 3.11 environment (using 'pip install eccodes') and ran the self-check. Are you using conda-forge perhaps?

equaeghe commented 1 year ago

I think https://github.com/ecmwf/eccodes-python/commit/1f6d1ff09b1243034ec191daabd8739e1dfddb37 of today fixed this.