Open
Description
Version 4.7.0 of the setup-python action allows getting the Python versions from a pyproject.toml
file. This would remove the need to update the supported Python versions in multiple files. However, setup.cfg
files are not supported, which implies transferring the content of setup.cfg
to pyproject.toml
.