From 440d3d3a7fdfc6f0c7d4650d0a433f4821f3f4c7 Mon Sep 17 00:00:00 2001 From: chylli-binary Date: Tue, 21 Sep 2021 16:52:42 +0800 Subject: [PATCH] swtich to 3.8 again because 3.9.7 has problem here: https://github.com/aaugustin/websockets/issues/1051 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d732890..e7ea47a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,7 @@ // Update 'VARIANT' to pick a Python version: 3, 3.9, 3.8, 3.7, 3.6. // Append -bullseye or -buster to pin to an OS version. // Use the -bullseye variants if you are on a M1 mac. - "VARIANT": "3.9", + "VARIANT": "3.8", // Options "NODE_VERSION": "lts/*" }