release: Move to python-build#1133
Conversation
|
What was expected to be easy is not, for some weird reason |
| coverage | ||
| mock ; python_version < '3.0' | ||
| pep517 >= 0.5.0 | ||
| build >= 0.3.0 ; python_version >= '3.6' |
There was a problem hiding this comment.
I don't think you need the python version qualifier here
There was a problem hiding this comment.
This runs on Python 3.3, which is not supported by python-build I believe.
There was a problem hiding this comment.
Oh 😊 technically virtualenv also does not support that xD
pganssle
left a comment
There was a problem hiding this comment.
Might be worth adding a changelog entry for this one, since it might cause changes to the output wheels for some unknown reason (though admittedly at this point the "misc" section is omitted from the actual changelog, I'm wondering if we may want to change that before the next release.
PEP517 is deprecated, move to `python-build`. This will additionally validate the build dependencies, enhancing the CI.
PEP517 is deprecated, move to
python-build. This will additionallyvalidate the build dependencies, enhancing the CI.
Summary of changes
Closes
Pull Request Checklist