Closed carlosal1015 closed 9 months 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
pip install picopt
I understand that python 3.11 only accepts a string, not a list.
picopt 4.0.0 now builds with python 3.11 correctly with a build-backend string.
Yay, thanks, patch is not required anymore.
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#L3I understand that python 3.11 only accepts a string, not a list.