From 1ac781ed3e8e381e9d096509224fac8328ae901b Mon Sep 17 00:00:00 2001 From: Haakon Gunleiksrud <haakogun@stud.ntnu.no> Date: Fri, 29 Oct 2021 15:22:29 +0200 Subject: [PATCH] fix: set correct python runtime version --- backend/secfit/runtime.txt | 2 +- runtime.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/secfit/runtime.txt b/backend/secfit/runtime.txt index d667043..f96c0fa 100644 --- a/backend/secfit/runtime.txt +++ b/backend/secfit/runtime.txt @@ -1 +1 @@ -python-3.9.7 \ No newline at end of file +python-3.8.10 \ No newline at end of file diff --git a/runtime.txt b/runtime.txt index d667043..f96c0fa 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.9.7 \ No newline at end of file +python-3.8.10 \ No newline at end of file -- GitLab