paketo-buildpacks / cpython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use pyproject.toml as a version source

joshuatcasey opened this issue · comments

Poetry requires developers to provide a Python version range in the pyproject.toml file.

This field is required [1] and the poetry buildpack will supply this version range to the build plan in paketo-buildpacks/poetry#17.

Since this buildpack does not recognize pyproject.toml as a version source, it will select the default (most recent?) version of python.