From 629a88effacf6c95a203967342ae4d2d02dc6c92 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Thu, 7 Dec 2023 18:09:39 +1100 Subject: [PATCH] According to https://devcenter.heroku.com/articles/python-support python 3.9.18 is supported --- runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.txt b/runtime.txt index 396db58..6edd1aa 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.9.6 \ No newline at end of file +python-3.9.18 \ No newline at end of file