carsales/pyheif

Dependency on libffi should be updated to 1.10

drawks opened this issue · 1 comments

Looking over the code I see that you use a third arg to ffi.gc in at least 1 place. This parameter to gc wasn't added until libffi 1.10. Either the code should check the version and conditionally set the size arg to gc calls OR the minimum version in setup.py should be updated.

c842858 Is where the updated cffi api is first used AFAICT and no other newer API calls are made.