From 4167b01a2061a12aada80775a4b21ba3c19d2ece Mon Sep 17 00:00:00 2001 From: Anders Steiner Date: Tue, 19 Sep 2023 11:43:28 -0600 Subject: [PATCH] Add support for python3.10 and 3.11 (#1727) --- src/config/supportedRuntimes.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config/supportedRuntimes.js b/src/config/supportedRuntimes.js index b23fd1723..6cfaf9e58 100644 --- a/src/config/supportedRuntimes.js +++ b/src/config/supportedRuntimes.js @@ -30,6 +30,8 @@ export const supportedPython = new Set([ 'python3.7', 'python3.8', 'python3.9', + 'python3.10', + 'python3.11', ]) // RUBY