From 012e98ddda6ff6a6ba8cb34d2054fce098daf953 Mon Sep 17 00:00:00 2001 From: Tyler Jang Date: Tue, 15 Oct 2024 09:29:45 -0700 Subject: [PATCH] python 11.9 --- runtimes/python/plugin.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/runtimes/python/plugin.yaml b/runtimes/python/plugin.yaml index 300eead83..e1161d33d 100644 --- a/runtimes/python/plugin.yaml +++ b/runtimes/python/plugin.yaml @@ -66,6 +66,22 @@ downloads: version: <=3.11.6 url: https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-${version}+20231002-${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.9 + url: https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-${version}+20240415-${cpu}-${os}-install_only.tar.gz + strip_components: 1 + - os: + windows: pc-windows-msvc-shared + cpu: + x86_64: x86_64 + version: <=3.11.9 + url: https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-${version}+20240415-${cpu}-${os}-install_only.tar.gz + strip_components: 1 # Note that older versions of pylint, djlint, flake8 are not compatible with python@3.12 - os: linux: unknown-linux-gnu