Description
When installed using conda, orix release 0.13.3 seems to specifically require Python 3.10, rather than what I assume was intended to be a range from 3.10-3.12 (as the release notes for release 0.13.1 indicate that support for Python 3.12 was added, and support for Python 3.8 and 3.9 was removed).
When creating an environment, if I specify both Python 3.12 and orix 0.13.3, I get this message:
If I specify only orix 0.13.3, conda successfully creates an environment using Python 3.10, which is apparently the latest compatible Python version according to the environment solver.
If I create an environment with orix (without specifying the version of orix or Python), conda selects orix 0.13.2 and Python 3.12 (avoiding the latest orix release in order to use a later Python version).
Orix 0.13.1 and 0.13.2 both seem to allow use of Python 3.12; not sure why there was a regression in release 0.13.3.