From the toml: `requires-python = ">=3.10"` yet with python 3.10 you will get ``` ImportError: cannot import name 'StrEnum' from 'enum' (/home/zeus/miniconda3/envs/cloudspace/lib/python3.10/enum.py) ``` Resolved with 3.11