viv-utils icon indicating copy to clipboard operation
viv-utils copied to clipboard

Please Support Python 3.12 on viv-utils[flirt]

Open gluesmith2021 opened this issue 10 months ago • 1 comments

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?

gluesmith2021 avatar May 01 '24 20:05 gluesmith2021