Building with Python 3.9 (vs default 3.8)

After some stabbing in the dark, found this (undocumented) syntax to work:

[build]
  builtin = "python"

[build.settings]
  pythonbase = "3.9-slim-buster"
2 Likes