From cbfc30c26b2a51068e788fe29a2995100a89a616 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 11 Feb 2020 19:36:49 +0200 Subject: [PATCH] Add runtime.txt for Netlify to pick up Python 3.7. (#250) --- runtime.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 runtime.txt diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 0000000..548d713 --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +3.7 \ No newline at end of file