viv-utils
viv-utils copied to clipboard
Please Support Python 3.12 on viv-utils[flirt]
Issue Description
Installing latest viv-utils
with flirt
extra fails on Python 3.12
pip install "viv-utils[flirt]==0.7.9"
Collecting viv-utils==0.7.9 (from viv-utils[flirt]==0.7.9)
...
ERROR: Could not find a version that satisfies the requirement python-flirt==0.8.6; extra == "flirt" (from viv-utils[flirt]) (from versions: 0.8.9, 0.8.10)
ERROR: No matching distribution found for python-flirt==0.8.6; extra == "flirt"
Potential Fix
python-flirt
versions 0.8.9 and 0.8.10 work with Python 3.12. Could the dependency simply be bumped to 0.8.10 or would that somehow break viv-utils?