JimHokanson / adinstruments_sdk_python

SDK for ADIstruments files in Python
MIT License
19 stars 6 forks source link

compatibility for python 3.12 needed #12

Open realchrisward opened 2 months ago

realchrisward commented 2 months ago

current repository seems to be compiled only up to python 3.11. this prevents leveraging performance improvement of python 3.12 with the adi-reader library.

it looks like following the readme instructions to recompile in a python 3.12 environment is needed (to at least generate the .pyd file to permit using the library in python 3.12) - i'm not sure what is next needed to make this ready for pip?

P.S. - I really like this library - we find it very useful for loading in .adicht files for data analysis in our python scripts. I will be submitting a pull request with a pyd compiled for python 3.12. Happy to help where I am able to support this project.

realchrisward commented 1 month ago

pull request #13 is associated with this issue