-
Couldn't load subscription status.
- Fork 123
fix: Switch to pyproject.toml based builds
#365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Switch to pyproject.toml based builds
#365
Conversation
pyproject.toml-based buildspyproject.toml based builds
889ed39 to
3cdac23
Compare
1c24807 to
d1f3726
Compare
|
I've disabled the Python 3.12 conformance test job, it was failing. Specifically, the buildpack is incorrectly selecting Ubuntu 18.04 as the base image for the Python 3.12 runtime, but Python 3.12 and above is only available in Ubuntu 20.04, and it doesn't appear possible to configure/override this via the conformance test suite. This may be a bug with the buildpack. Copy of the log output for posterity: |
Fixes the buildpack integration test failure in #363.