From 7c63dbf2df56208217e6db0efb4203356c6a8dde Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Thu, 7 Dec 2023 18:06:18 +1100 Subject: [PATCH] buildpack didnt support that version of python 3.9.6, so decreasing buildpack verison --- .buildpacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildpacks b/.buildpacks index a11d9c3..9a4c240 100644 --- a/.buildpacks +++ b/.buildpacks @@ -1 +1 @@ -https://github.com/heroku/heroku-buildpack-python#v239 +https://github.com/heroku/heroku-buildpack-python#v230