From 3d70517c67d3b3ef46c246781d4827e544cd7fe1 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Wed, 18 Dec 2024 23:07:21 +1100 Subject: [PATCH] Update python version from 3.9.18 to 3.10 in attempt to resolve build issue after updating dokku "Requested runtime (python-3.9.18) is not available for this stack (heroku-24)." --- runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.txt b/runtime.txt index 6edd1aa..f31904f 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.9.18 \ No newline at end of file +python-3.10 \ No newline at end of file