From 940126cf9e8350fd52eee591dabfd426b501c03c Mon Sep 17 00:00:00 2001 From: Tyler Jang Date: Thu, 21 Dec 2023 12:23:10 -0500 Subject: [PATCH] Add support for python@3.11.6 (#597) This download is cross-platform compatible. I also tested setting KGV on the newer version to spot-check: note that our current setup/KGV of `pylint` is incompatible with `python@3.11.x` (per https://github.com/pylint-dev/pylint/issues/5919 is fixed in newer versions of pylint) --- runtimes/python/plugin.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/runtimes/python/plugin.yaml b/runtimes/python/plugin.yaml index 8c1f80b1f..e61e1f85d 100644 --- a/runtimes/python/plugin.yaml +++ b/runtimes/python/plugin.yaml @@ -50,6 +50,22 @@ downloads: version: <=3.11.1 url: https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-${version}+20230116-${cpu}-${os}-install_only.tar.gz strip_components: 1 + - os: + linux: unknown-linux-gnu + macos: apple-darwin + cpu: + x86_64: x86_64 + arm_64: aarch64 + version: <=3.11.6 + url: https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-${version}+20230116-${cpu}-${os}-install_only.tar.gz + strip_components: 1 + - os: + windows: pc-windows-msvc-shared + cpu: + x86_64: x86_64 + version: <=3.11.6 + url: https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-${version}+20230116-${cpu}-${os}-install_only.tar.gz + strip_components: 1 runtimes: definitions: