equinor / segyio

Fast Python library for SEGY files.
Other
469 stars 213 forks source link

Add support for Python 3.12 #562

Closed mferrera closed 7 months ago

mferrera commented 7 months ago

We would like to add support for Python 3.12 in equinor/xtgeo, however we depend on segyio which currently does not support Python 3.12 🙂

Would it be possible to add support for Python 3.12 for this amazing package? This percolates back upstream to a request from equinor/ert

(Copied this format downstream from from https://github.com/equinor/xtgeo/issues/995 😄)

d-chambers commented 7 months ago

We are also running into this issue in dascore. When trying to install it with python 3.12 we get some weird metadata issue that downloads many different segyio versions:

image

sveinung-r commented 7 months ago

There is a PR open to build wheels for Python 3.12 #563, but we are currently encountering some issues with the build. We will look into this and distribute for Python 3.12 as soon as possible.

d-chambers commented 7 months ago

Great, thanks for all your hard work!

sondreso commented 7 months ago

Closed by #563, wheels will be pushed to PyPi with the next release :slightly_smiling_face: