anibali / pywebp

Python bindings for WebP
MIT License
74 stars 24 forks source link

Use conan2 (#51) #52

Closed anibali closed 1 year ago

anibali commented 1 year ago

Upgrade to Conan 2.0.

This change enables more build targets and prepares us for Python 3.12 (once cffi and numpy have 3.12 wheels).

Many thanks to @laggykiller for spearheading this change.