equinor / segyio

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

Python version support not updated in setup.py #545

Closed berland closed 1 year ago

berland commented 1 year ago

README says Python 3.6 is required, setup.py claims 2.7 is supported. Commit history indicates Python 3.11 is supported.

https://github.com/equinor/segyio/blob/a63601d05533342604e3fe48a7edbea767ffe5be/python/setup.py#L107

ErlendHaa commented 1 year ago

You are completely right about setup.py, it's highly outdated. README says 3.6 or greater I believe. Which is correct for the current set of prebuilt wheels we distribute. (3.6 - 3.11)

I will update setup.py, thanks!