-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(Chore): Add download for [email protected] (#891)
Tested by setting the `known_good_version` and running locally
- Loading branch information
1 parent
abe45de
commit 4dc7e10
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected] | ||
- os: | ||
linux: unknown-linux-gnu | ||
|