ajslater / picopt

A multi format lossless image optimizer that uses external tools
GNU General Public License v3.0
108 stars 11 forks source link

build-system in pyproject.toml: build-backend must be a string #70

Closed carlosal1015 closed 6 months ago

carlosal1015 commented 1 year ago

Hi, we are having a problem with recent python 3.11 in this line when we install using build frontend (the same with pip install picopt method). https://github.com/ajslater/picopt/blob/11acd82f8e1af137066225346cd324703d9aea83/pyproject.toml#L3

I understand that python 3.11 only accepts a string, not a list.

ajslater commented 6 months ago

picopt 4.0.0 now builds with python 3.11 correctly with a build-backend string.

carlosal1015 commented 6 months ago

Yay, thanks, patch is not required anymore.