Qamomile v0.11.1 lowers the supported Python floor to 3.11. There are no library behavior changes — v0.11.0 users on Python 3.12 / 3.13 are unaffected.
pip install qamomile==0.11.1Highlights¶
Python 3.11 support.
requires-pythonhas been relaxed from>=3.12to>=3.11, and CI now tests3.11,3.12, and3.13across Ubuntu and macOS, including the CUDA-Q matrix (#335).
Notes¶
requires-pythonhas no upper bound, so Python 3.14 is allowed to install and is expected to work. It is simply not part of the CI matrix yet, so we cannot make a formal compatibility claim — use at your own risk until 3.14 is added to CI.