Skip to content
This repository was archived by the owner on Mar 15, 2022. It is now read-only.

Commit e28d01d

Browse files
committed
Drop 7.1.1
1 parent d4c5252 commit e28d01d

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

README.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ PyPy:
2222

2323
- PyPy3.6 7.2.0
2424

25-
- PyPy2.7 7.1.1
26-
27-
- PyPy3.6 7.1.1
28-
2925
Live example
3026
-------------
3127

docker/build_scripts_pypy/prefetch_pypy.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
set -ex
44

55
SOURCES=docker/sources
6-
SQUEAKY_BITBUCKET_URL=https://bitbucket.org/squeaky/portable-pypy/downloads # older releases
76
SQUEAKY_GITHUB_URL=https://github.com/squeaky-pl/portable-pypy/releases/download # old releases
87
URL=https://bitbucket.org/pypy/pypy/downloads # new releases
98

@@ -14,10 +13,6 @@ MY_DIR=$(dirname "${BASH_SOURCE[0]}")
1413
[ -d "$SOURCES" ] || mkdir "$SOURCES"
1514
cd "$SOURCES"
1615

17-
# pypy 7.1.1
18-
fetch_source pypy-7.1.1-linux_x86_64-portable.tar.bz2 "$SQUEAKY_BITBUCKET_URL"
19-
fetch_source pypy3.6-7.1.1-beta-linux_x86_64-portable.tar.bz2 "$SQUEAKY_BITBUCKET_URL"
20-
2116
# pypy 7.2.0
2217
fetch_source pypy-7.2.0-linux_x86_64-portable.tar.bz2 "$SQUEAKY_GITHUB_URL/pypy-7.2.0"
2318
fetch_source pypy3.6-7.2.0-linux_x86_64-portable.tar.bz2 "$SQUEAKY_GITHUB_URL/pypy3.6-7.2.0"

0 commit comments

Comments
 (0)