Skip to content

Commit

Permalink
Add support for python@3.11.6 (#597)
Browse files Browse the repository at this point in the history
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
pylint-dev/pylint#5919 is fixed in newer
versions of pylint)
  • Loading branch information
TylerJang27 committed Dec 21, 2023
1 parent 2f29479 commit d9eae68
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions runtimes/python/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d9eae68

Please sign in to comment.