pyxem / kikuchipy

Toolbox for analysis of electron backscatter diffraction (EBSD) patterns
https://kikuchipy.org
GNU General Public License v3.0
78 stars 30 forks source link

Support Python 3.11 #644

Closed hakonanes closed 1 year ago

hakonanes commented 1 year ago

kikuchipy with core dependencies should support Python 3.11.

Optional dependency nlopt does not (install fails on Ubuntu with Python 3.11). Relevant nlopt issue: https://github.com/DanielBok/nlopt-python/issues/19.

hakonanes commented 1 year ago

NLopt is now available for 3.11 on PyPI (apparently it was already available for 3.11 on conda-forge...?). Will see to kikuchipy officially supporting 3.11 soon.