jdkloe / pybufr-ecmwf

a python module that allows reading and writing BUFR formatted files, where BUFR stands for Binary Universal Form for the Representation of meteorological data.
Other
29 stars 12 forks source link

Python 3.8 support #21

Closed sebhahn closed 2 years ago

sebhahn commented 2 years ago

Are there any plans to support Python versions > 3.6?

At the moment installations via conda fails with e.g. Python 3.8

jdkloe commented 2 years ago

Yes, if my time allows I will try to get it to build for more recent pythons. But at this moment I cannot give you a date when that will be.

jdkloe commented 2 years ago

Latest git version has now been updated to compile again with python 3.8, 3.9 and 3.10 and more recent numpy versions.