From 31d7ea829c9287a25d0fb328c14c3c347bfbfb0d Mon Sep 17 00:00:00 2001 From: Haakon Gunleiksrud <haakogun@stud.ntnu.no> Date: Fri, 29 Oct 2021 14:20:05 +0200 Subject: [PATCH] fix: set python version to 3.9.7 --- 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 f96c0fa..d667043 100644 --- a/backend/secfit/runtime.txt +++ b/backend/secfit/runtime.txt @@ -1 +1 @@ -python-3.8.10 \ No newline at end of file +python-3.9.7 \ No newline at end of file diff --git a/runtime.txt b/runtime.txt index 6f98a22..d667043 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.8.6 \ No newline at end of file +python-3.9.7 \ No newline at end of file -- GitLab