kinverarity1 / lasio

Python library for reading and writing well data using Log ASCII Standard (LAS) files
https://lasio.readthedocs.io/en/latest/
MIT License
343 stars 151 forks source link

Update docs with correct supported versions #573

Closed connortann closed 1 year ago

connortann commented 1 year ago

Small PR to update the PyPI classifiers and docs to show support for python 3.11.

On a related note, if you were to adopt the NEP29 recommended deprecation policy, it is now time to drop support for 3.7 and 3.8. I didn't do that as part of this PR though.

ThomasMGeo commented 1 year ago

Would support dropping 3.7, the newest versions of Numpy have dropped support for that version.

dcslagel commented 1 year ago

Issue https://github.com/kinverarity1/lasio/issues/574 is created to track End Lasio support for Python 3.7.

kinverarity1 commented 1 year ago

Thanks @connortann and @dcslagel