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.
Version 4.7.0 of the setup-python action allows getting the Python versions from a
pyproject.tomlfile. This would remove the need to update the supported Python versions in multiple files. However,setup.cfgfiles are not supported, which implies transferring the content ofsetup.cfgtopyproject.toml.