HEXRD / hexrd

A cross-platform, open-source library for the analysis of X-ray diffraction data.
Other
56 stars 25 forks source link

Build and recommend python3.11 #569

Closed psavery closed 11 months ago

psavery commented 11 months ago

This removes support for python3.8 and adds support for python3.11, which is now recommended. python3.11 comes with several performance improvements that may benefit us.

python3.12 just came out a couple of weeks ago, but not all of our dependencies support it yet (it's not supported by: fabio, numba, and silx yet).