-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3af9fc7
commit 40edcdd
Showing
1 changed file
with
4 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ In order to get the bootstrap image, Python 2.7 is need. There is a single tag f | |
|
||
## PyPy Downloads | ||
|
||
The built PyPy code is available for download as well. All builds are signed by my release key `44FE09DEE9E9EC21EF903F06CA614AB6BD73BB06` [download](https://cyberjake.xyz/files/[email protected]). Download use the following format | ||
The built PyPy code is available for download as well. All builds are signed by my release key `44FE09DEE9E9EC21EF903F06CA614AB6BD73BB06` [download](https://cyberjake.xyz/files/[email protected]). To download use the following format | ||
|
||
PyPy: | ||
|
||
|
@@ -54,6 +54,9 @@ PyPy: 3.9-7.3.11 is `https://pypy.cyberjake.xyz/pypy/3.9/pypy3.9-v7.3.11-linux-x | |
|
||
| PyPy Base | PyPy Version | Alpine Version | Arch | | ||
|:-----------:|:--------------:|:----------------:|:------------------:| | ||
| 3.10 | 7.3.13 | 3.18 | x86_64 & aarch64 | | ||
| 3.9 | 7.3.13 | 3.18 | x86_64 & aarch64 | | ||
| 2.7 | 7.3.13 | 3.18 | x86_64 & aarch64 | | ||
| 3.10 | 7.3.12 | 3.18 | x86_64 & aarch64 | | ||
| 3.9 | 7.3.12 | 3.18 | x86_64 & aarch64 | | ||
| 2.7 | 7.3.12 | 3.18 | x86_64 & aarch64 | | ||
|