I recently upgraded a project to python 3.14t and while going through dependencies found that pact-python wouldn't install/run. On investigation the cp310-abi3 pact-python-ffi is refused by uv and pip on cp314t due to an "incompatible abi tag" however the wheel seems to run correctly once I manually implant it into my install (and do some additional fiddling).
uv can build the sdist successfully, but again the wheel tags itself as cp314-abi3 as far as I can tell which uv then refuses on cp314t.
Is anyone looking into supporting free threaded builds at all? As a layman it seems like this package is mostly functional with only a basic upgrade, maybe just an unstable beta build that people can use and report back on?
I recently upgraded a project to python 3.14t and while going through dependencies found that pact-python wouldn't install/run. On investigation the cp310-abi3 pact-python-ffi is refused by uv and pip on cp314t due to an "incompatible abi tag" however the wheel seems to run correctly once I manually implant it into my install (and do some additional fiddling).
uv can build the sdist successfully, but again the wheel tags itself as cp314-abi3 as far as I can tell which uv then refuses on cp314t.
Is anyone looking into supporting free threaded builds at all? As a layman it seems like this package is mostly functional with only a basic upgrade, maybe just an unstable beta build that people can use and report back on?