igrins / plp

IGRINS pipeline package v3
18 stars 16 forks source link

Python 3.12 fix #37

Closed leejjoon closed 3 months ago

leejjoon commented 3 months ago

Uses importlib instead of imp. Additional fixes to remove deprecation warnings, etc.

kfkaplan commented 3 months ago

@leejjoon I was able to successfully test the py312-fix branch with python 3.12. I think you should be fine merging it with the master branch.

leejjoon commented 3 months ago

Thanks for testing. I will go ahead and merge it.